ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
6 months ago
installed.json
2 weeks ago
installed.php
2 weeks ago
platform_check.php
11 months 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' => 'a08a5383832a2d5dc9aab2c7b9451c5fb3513c39', |
| 7 | 'type' => 'package', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'nitropack/httpclient' => array( |
| 14 | 'pretty_version' => 'dev-master', |
| 15 | 'version' => 'dev-master', |
| 16 | 'reference' => '9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304', |
| 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' => 'a08a5383832a2d5dc9aab2c7b9451c5fb3513c39', |
| 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' => 'fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d', |
| 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 |