ClassLoader.php
3 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' => '1d9a506121487dc8a89fef1244302d595270acee', |
| 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' => 'f914664ebe9df68343b36c63b91e41edeff1616f', |
| 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' => '1d9a506121487dc8a89fef1244302d595270acee', |
| 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' => 'c780baac96ec183269b20890e7939cacdc17f955', |
| 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 |