ClassLoader.php
9 months ago
InstalledVersions.php
9 months ago
LICENSE
9 months ago
autoload_classmap.php
1 week ago
autoload_namespaces.php
9 months ago
autoload_psr4.php
9 months ago
autoload_real.php
1 month ago
autoload_static.php
1 week ago
installed.json
9 months ago
installed.php
1 week ago
installed.php
24 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'close/frontblocks', |
| 4 | 'pretty_version' => '1.4.0', |
| 5 | 'version' => '1.4.0.0', |
| 6 | 'reference' => 'ca5a8786056e2cdae5699ff8115fc4b1247e897e', |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'close/frontblocks' => array( |
| 14 | 'pretty_version' => '1.4.0', |
| 15 | 'version' => '1.4.0.0', |
| 16 | 'reference' => 'ca5a8786056e2cdae5699ff8115fc4b1247e897e', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | ), |
| 23 | ); |
| 24 |