ClassLoader.php
4 years ago
InstalledVersions.php
4 years ago
LICENSE
4 years ago
autoload_classmap.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
installed.php
24 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'pretty_version' => 'dev-master', |
| 4 | 'version' => 'dev-master', |
| 5 | 'type' => 'library', |
| 6 | 'install_path' => __DIR__ . '/../../', |
| 7 | 'aliases' => array(), |
| 8 | 'reference' => '5380a5adcf1c591c7052d7b8f708efcdc6467900', |
| 9 | 'name' => 'cybot/cookiebot', |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'cybot/cookiebot' => array( |
| 14 | 'pretty_version' => 'dev-master', |
| 15 | 'version' => 'dev-master', |
| 16 | 'type' => 'library', |
| 17 | 'install_path' => __DIR__ . '/../../', |
| 18 | 'aliases' => array(), |
| 19 | 'reference' => '5380a5adcf1c591c7052d7b8f708efcdc6467900', |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | ), |
| 23 | ); |
| 24 |