installers
2 years ago
ClassLoader.php
3 years ago
InstalledVersions.php
3 years ago
LICENSE
5 years ago
autoload_classmap.php
2 years ago
autoload_files.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 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
5 years ago
installed.php
78 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'course/player', |
| 4 | 'pretty_version' => 'v2.2.3-beta1', |
| 5 | 'version' => '2.2.3.0-beta1', |
| 6 | 'reference' => 'd78226e1739d5da7c679d59bb5a24ae3453cf313', |
| 7 | 'type' => 'project', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'brainstormforce/astra-notices' => array( |
| 14 | 'pretty_version' => '1.1.11', |
| 15 | 'version' => '1.1.11.0', |
| 16 | 'reference' => '742c8879a3a9154a55fbf628324af96154d2697f', |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../brainstormforce/astra-notices', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'composer/installers' => array( |
| 23 | 'pretty_version' => 'v2.2.0', |
| 24 | 'version' => '2.2.0.0', |
| 25 | 'reference' => 'c29dc4b93137acb82734f672c37e029dfbd95b35', |
| 26 | 'type' => 'composer-plugin', |
| 27 | 'install_path' => __DIR__ . '/./installers', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'course/player' => array( |
| 32 | 'pretty_version' => 'v2.2.3-beta1', |
| 33 | 'version' => '2.2.3.0-beta1', |
| 34 | 'reference' => 'd78226e1739d5da7c679d59bb5a24ae3453cf313', |
| 35 | 'type' => 'project', |
| 36 | 'install_path' => __DIR__ . '/../../', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'level-2/dice' => array( |
| 41 | 'pretty_version' => '4.0.4', |
| 42 | 'version' => '4.0.4.0', |
| 43 | 'reference' => 'e04c98d96bcc932a917b2b7e7944887e4839056a', |
| 44 | 'type' => 'library', |
| 45 | 'install_path' => __DIR__ . '/../level-2/dice', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'mundschenk-at/check-wp-requirements' => array( |
| 50 | 'pretty_version' => 'v2.0.0', |
| 51 | 'version' => '2.0.0.0', |
| 52 | 'reference' => '3a4e514823258f6cf99c4a696d429aa0062de506', |
| 53 | 'type' => 'library', |
| 54 | 'install_path' => __DIR__ . '/../mundschenk-at/check-wp-requirements', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'typisttech/imposter' => array( |
| 59 | 'pretty_version' => '0.6.1', |
| 60 | 'version' => '0.6.1.0', |
| 61 | 'reference' => 'f52b1a2289d2ea9c660cf9595085d0b11469af83', |
| 62 | 'type' => 'library', |
| 63 | 'install_path' => __DIR__ . '/../typisttech/imposter', |
| 64 | 'aliases' => array(), |
| 65 | 'dev_requirement' => false, |
| 66 | ), |
| 67 | 'typisttech/imposter-plugin' => array( |
| 68 | 'pretty_version' => '0.6.2', |
| 69 | 'version' => '0.6.2.0', |
| 70 | 'reference' => '15fa3c90aca3b79497f438b9e02a6176498de53c', |
| 71 | 'type' => 'composer-plugin', |
| 72 | 'install_path' => __DIR__ . '/../typisttech/imposter-plugin', |
| 73 | 'aliases' => array(), |
| 74 | 'dev_requirement' => false, |
| 75 | ), |
| 76 | ), |
| 77 | ); |
| 78 |