ClassLoader.php
4 years ago
InstalledVersions.php
4 years ago
LICENSE
4 years ago
autoload_classmap.php
4 years ago
autoload_files.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 years ago
autoload_real.php
4 years ago
autoload_static.php
4 years ago
installed.json
4 years ago
installed.php
4 years ago
platform_check.php
4 years ago
installed.php
78 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'pretty_version' => 'dev-main', |
| 4 | 'version' => 'dev-main', |
| 5 | 'type' => 'library', |
| 6 | 'install_path' => __DIR__ . '/../../', |
| 7 | 'aliases' => array(), |
| 8 | 'reference' => '717de607ab91dfc8c3c0f339510192cebf81a67f', |
| 9 | 'name' => '__root__', |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | '__root__' => array( |
| 14 | 'pretty_version' => 'dev-main', |
| 15 | 'version' => 'dev-main', |
| 16 | 'type' => 'library', |
| 17 | 'install_path' => __DIR__ . '/../../', |
| 18 | 'aliases' => array(), |
| 19 | 'reference' => '717de607ab91dfc8c3c0f339510192cebf81a67f', |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'league/uri' => array( |
| 23 | 'pretty_version' => '6.5.0', |
| 24 | 'version' => '6.5.0.0', |
| 25 | 'type' => 'library', |
| 26 | 'install_path' => __DIR__ . '/../league/uri', |
| 27 | 'aliases' => array(), |
| 28 | 'reference' => 'c68ca445abb04817d740ddd6d0b3551826ef0c5a', |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'league/uri-interfaces' => array( |
| 32 | 'pretty_version' => '2.3.0', |
| 33 | 'version' => '2.3.0.0', |
| 34 | 'type' => 'library', |
| 35 | 'install_path' => __DIR__ . '/../league/uri-interfaces', |
| 36 | 'aliases' => array(), |
| 37 | 'reference' => '00e7e2943f76d8cb50c7dfdc2f6dee356e15e383', |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'psr/http-message' => array( |
| 41 | 'pretty_version' => '1.0.1', |
| 42 | 'version' => '1.0.1.0', |
| 43 | 'type' => 'library', |
| 44 | 'install_path' => __DIR__ . '/../psr/http-message', |
| 45 | 'aliases' => array(), |
| 46 | 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'symfony/polyfill-ctype' => array( |
| 50 | 'pretty_version' => 'v1.25.0', |
| 51 | 'version' => '1.25.0.0', |
| 52 | 'type' => 'library', |
| 53 | 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', |
| 54 | 'aliases' => array(), |
| 55 | 'reference' => '30885182c981ab175d4d034db0f6f469898070ab', |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'symfony/polyfill-mbstring' => array( |
| 59 | 'pretty_version' => 'v1.25.0', |
| 60 | 'version' => '1.25.0.0', |
| 61 | 'type' => 'library', |
| 62 | 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', |
| 63 | 'aliases' => array(), |
| 64 | 'reference' => '0abb51d2f102e00a4eefcf46ba7fec406d245825', |
| 65 | 'dev_requirement' => false, |
| 66 | ), |
| 67 | 'twig/twig' => array( |
| 68 | 'pretty_version' => 'v3.3.10', |
| 69 | 'version' => '3.3.10.0', |
| 70 | 'type' => 'library', |
| 71 | 'install_path' => __DIR__ . '/../twig/twig', |
| 72 | 'aliases' => array(), |
| 73 | 'reference' => '8442df056c51b706793adf80a9fd363406dd3674', |
| 74 | 'dev_requirement' => false, |
| 75 | ), |
| 76 | ), |
| 77 | ); |
| 78 |