ClassLoader.php
2 years ago
InstalledVersions.php
3 years ago
LICENSE
6 years ago
autoload_classmap.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 years ago
autoload_static.php
3 years ago
installed.json
2 years ago
installed.php
2 years ago
installed.php
46 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'nitropack/nitropackcloud-sdk', |
| 4 | 'pretty_version' => 'dev-master', |
| 5 | 'version' => 'dev-master', |
| 6 | 'reference' => '9d7155997ec9eee85e3b338a64f28255e35b6bf3', |
| 7 | 'type' => 'package', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'nitropack/httpclient' => array( |
| 14 | 'pretty_version' => 'dev-master', |
| 15 | 'version' => 'dev-master', |
| 16 | 'reference' => '549b4e269581e105616e880577193db60628a482', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../nitropack/httpclient', |
| 19 | 'aliases' => array( |
| 20 | 0 => '9999999-dev', |
| 21 | ), |
| 22 | 'dev_requirement' => false, |
| 23 | ), |
| 24 | 'nitropack/nitropackcloud-sdk' => array( |
| 25 | 'pretty_version' => 'dev-master', |
| 26 | 'version' => 'dev-master', |
| 27 | 'reference' => '9d7155997ec9eee85e3b338a64f28255e35b6bf3', |
| 28 | 'type' => 'package', |
| 29 | 'install_path' => __DIR__ . '/../../', |
| 30 | 'aliases' => array(), |
| 31 | 'dev_requirement' => false, |
| 32 | ), |
| 33 | 'nitropack/url' => array( |
| 34 | 'pretty_version' => 'dev-master', |
| 35 | 'version' => 'dev-master', |
| 36 | 'reference' => 'cea1fae804074ef3ec57f90f3a267600ee65275c', |
| 37 | 'type' => 'library', |
| 38 | 'install_path' => __DIR__ . '/../nitropack/url', |
| 39 | 'aliases' => array( |
| 40 | 0 => '9999999-dev', |
| 41 | ), |
| 42 | 'dev_requirement' => false, |
| 43 | ), |
| 44 | ), |
| 45 | ); |
| 46 |