Files
concerts/vendor/composer/installed.php
2024-11-14 13:46:24 +01:00

75 lines
2.2 KiB
PHP

<?php return array(
'root' => array(
'name' => 'symfony/skeleton',
'pretty_version' => 'v6.4.99',
'version' => '6.4.99.0',
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'symfony/flex' => array(
'pretty_version' => 'v2.4.7',
'version' => '2.4.7.0',
'reference' => '92f4fba342161ff36072bd3b8e0b3c6c23160402',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../symfony/flex',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/polyfill-ctype' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/polyfill-iconv' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/polyfill-php72' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/polyfill-php73' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/polyfill-php74' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/polyfill-php80' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/polyfill-php81' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'symfony/skeleton' => array(
'pretty_version' => 'v6.4.99',
'version' => '6.4.99.0',
'reference' => null,
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);