ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
2 years ago
autoload_real.php
3 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
installed.php
33 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => '__root__', |
| 4 | 'pretty_version' => 'dev-master', |
| 5 | 'version' => 'dev-master', |
| 6 | 'reference' => 'a87ddbe7d39aab9b636e1909d77c00db3843e483', |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | '__root__' => array( |
| 14 | 'pretty_version' => 'dev-master', |
| 15 | 'version' => 'dev-master', |
| 16 | 'reference' => 'a87ddbe7d39aab9b636e1909d77c00db3843e483', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'erusev/parsedown' => array( |
| 23 | 'pretty_version' => '1.7.4', |
| 24 | 'version' => '1.7.4.0', |
| 25 | 'reference' => 'cb17b6477dfff935958ba01325f2e8a2bfa6dab3', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../erusev/parsedown', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | ), |
| 32 | ); |
| 33 |