ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
2 years ago
autoload_classmap.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
platform_check.php
2 years ago
installed.php
42 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => '__root__', |
| 4 | 'pretty_version' => 'dev-develop', |
| 5 | 'version' => 'dev-develop', |
| 6 | 'reference' => '9bb16c5ee06489f9b878029dfc1fe69386cad66c', |
| 7 | 'type' => 'library', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | '__root__' => array( |
| 14 | 'pretty_version' => 'dev-develop', |
| 15 | 'version' => 'dev-develop', |
| 16 | 'reference' => '9bb16c5ee06489f9b878029dfc1fe69386cad66c', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'enshrined/svg-sanitize' => array( |
| 23 | 'pretty_version' => '0.15.4', |
| 24 | 'version' => '0.15.4.0', |
| 25 | 'reference' => 'e50b83a2f1f296ca61394fe88fbfe3e896a84cf4', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../enshrined/svg-sanitize', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'scssphp/scssphp' => array( |
| 32 | 'pretty_version' => 'v1.12.0', |
| 33 | 'version' => '1.12.0.0', |
| 34 | 'reference' => 'a6b20c170ddb95f116b3d148a466a7bed1e85c35', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../scssphp/scssphp', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | ), |
| 41 | ); |
| 42 |