PluginProbe
MisterPlan – Booking Engines / trunk
MisterPlan – Booking Engines vtrunk
1.1.46 trunk 1. 1.0.10 1.0.11 1.0.13 1.0.14 1.0.15 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.20 1.1.21 1.1.22 All 52 releases
misterplan / lib / vendor / composer / installed.php

installed.php in MisterPlan – Booking Engines trunk, at lib/vendor/composer/installed.php

60 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => '__root__',
4 'pretty_version' => '1.0.0+no-version-set',
5 'version' => '1.0.0.0',
6 'reference' => null,
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 '__root__' => array(
14 'pretty_version' => '1.0.0+no-version-set',
15 'version' => '1.0.0.0',
16 'reference' => null,
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'symfony/deprecation-contracts' => array(
23 'pretty_version' => 'v3.6.0',
24 'version' => '3.6.0.0',
25 'reference' => '63afe740e99a13ba87ec199bb07bbdee937a5b62',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'symfony/polyfill-ctype' => array(
32 'pretty_version' => 'v1.28.0',
33 'version' => '1.28.0.0',
34 'reference' => 'ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'symfony/polyfill-mbstring' => array(
41 'pretty_version' => 'v1.28.0',
42 'version' => '1.28.0.0',
43 'reference' => '42292d99c55abe617799667f454222c54c60e229',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'twig/twig' => array(
50 'pretty_version' => 'v3.24.0',
51 'version' => '3.24.0.0',
52 'reference' => 'a6769aefb305efef849dc25c9fd1653358c148f0',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../twig/twig',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 ),
59 );
60