Source code of filesite.io.
https://filesite.io
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.
33 lines
1.0 KiB
33 lines
1.0 KiB
2 years ago
|
<?php return array(
|
||
|
'root' => array(
|
||
|
'name' => 'gregwar/captcha',
|
||
|
'pretty_version' => '1.0.0+no-version-set',
|
||
|
'version' => '1.0.0.0',
|
||
|
'reference' => NULL,
|
||
|
'type' => 'library',
|
||
|
'install_path' => __DIR__ . '/../../',
|
||
|
'aliases' => array(),
|
||
|
'dev' => true,
|
||
|
),
|
||
|
'versions' => array(
|
||
|
'gregwar/captcha' => array(
|
||
|
'pretty_version' => '1.0.0+no-version-set',
|
||
|
'version' => '1.0.0.0',
|
||
|
'reference' => NULL,
|
||
|
'type' => 'library',
|
||
|
'install_path' => __DIR__ . '/../../',
|
||
|
'aliases' => array(),
|
||
|
'dev_requirement' => false,
|
||
|
),
|
||
|
'symfony/finder' => array(
|
||
|
'pretty_version' => 'v6.0.11',
|
||
|
'version' => '6.0.11.0',
|
||
|
'reference' => '09cb683ba5720385ea6966e5e06be2a34f2568b1',
|
||
|
'type' => 'library',
|
||
|
'install_path' => __DIR__ . '/../symfony/finder',
|
||
|
'aliases' => array(),
|
||
|
'dev_requirement' => false,
|
||
|
),
|
||
|
),
|
||
|
);
|