| 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 |
|