You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.2 KiB
75 lines
2.2 KiB
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => 'v6.1.99',
|
|
'version' => '6.1.99.0',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => NULL,
|
|
'name' => 'symfony/website-skeleton',
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'symfony/flex' => array(
|
|
'pretty_version' => 'v2.4.5',
|
|
'version' => '2.4.5.0',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../symfony/flex',
|
|
'aliases' => array(),
|
|
'reference' => 'b0a405f40614c9f584b489d54f91091817b0e26e',
|
|
'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/website-skeleton' => array(
|
|
'pretty_version' => 'v6.1.99',
|
|
'version' => '6.1.99.0',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => NULL,
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|