semver
1 year ago
ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_files.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
1 year ago
installed.json
1 year ago
installed.php
1 year ago
platform_check.php
1 year ago
installed.php
75 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => '__root__', |
| 4 | 'pretty_version' => 'dev-master', |
| 5 | 'version' => 'dev-master', |
| 6 | 'reference' => '7dbef247ffaadbd3b3da3aade3a80c2f07ee02ef', |
| 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' => '7dbef247ffaadbd3b3da3aade3a80c2f07ee02ef', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'composer/semver' => array( |
| 23 | 'pretty_version' => '3.4.3', |
| 24 | 'version' => '3.4.3.0', |
| 25 | 'reference' => '4313d26ada5e0c4edfbd1dc481a92ff7bff91f12', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/./semver', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'matomo/device-detector' => array( |
| 32 | 'pretty_version' => '6.4.6', |
| 33 | 'version' => '6.4.6.0', |
| 34 | 'reference' => '6f07f615199851548db47a900815d2ea2cdcde08', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../matomo/device-detector', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'mustangostang/spyc' => array( |
| 41 | 'pretty_version' => '0.6.3', |
| 42 | 'version' => '0.6.3.0', |
| 43 | 'reference' => '4627c838b16550b666d15aeae1e5289dd5b77da0', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../mustangostang/spyc', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'piwik/device-detector' => array( |
| 50 | 'dev_requirement' => false, |
| 51 | 'replaced' => array( |
| 52 | 0 => '6.4.6', |
| 53 | ), |
| 54 | ), |
| 55 | 'psr/http-message' => array( |
| 56 | 'pretty_version' => '2.0', |
| 57 | 'version' => '2.0.0.0', |
| 58 | 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', |
| 59 | 'type' => 'library', |
| 60 | 'install_path' => __DIR__ . '/../psr/http-message', |
| 61 | 'aliases' => array(), |
| 62 | 'dev_requirement' => false, |
| 63 | ), |
| 64 | 'vectorface/whip' => array( |
| 65 | 'pretty_version' => 'v0.5.0', |
| 66 | 'version' => '0.5.0.0', |
| 67 | 'reference' => '0d0f4648cfb29777f0ae9f2dc6a3853e16674f78', |
| 68 | 'type' => 'library', |
| 69 | 'install_path' => __DIR__ . '/../vectorface/whip', |
| 70 | 'aliases' => array(), |
| 71 | 'dev_requirement' => false, |
| 72 | ), |
| 73 | ), |
| 74 | ); |
| 75 |