ClassLoader.php
4 years ago
InstalledVersions.php
3 years ago
LICENSE
8 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
3 years ago
installed.php
3 years ago
platform_check.php
5 years ago
installed.php
44 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'embedpress/embedpress', |
| 4 | 'pretty_version' => 'dev-main', |
| 5 | 'version' => 'dev-main', |
| 6 | 'reference' => 'c4beec8973bb3128856d308c4ccb2cdd23f25c82', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => true, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'embedpress/embedpress' => array( |
| 14 | 'pretty_version' => 'dev-main', |
| 15 | 'version' => 'dev-main', |
| 16 | 'reference' => 'c4beec8973bb3128856d308c4ccb2cdd23f25c82', |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'priyomukul/wp-notice' => array( |
| 23 | 'pretty_version' => 'dev-main', |
| 24 | 'version' => 'dev-main', |
| 25 | 'reference' => '832119aa1f4ddc32375ea88168fc84c2e58e9c29', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../priyomukul/wp-notice', |
| 28 | 'aliases' => array( |
| 29 | 0 => '9999999-dev', |
| 30 | ), |
| 31 | 'dev_requirement' => false, |
| 32 | ), |
| 33 | 'wpdevelopers/embera' => array( |
| 34 | 'pretty_version' => '2.0.17', |
| 35 | 'version' => '2.0.17.0', |
| 36 | 'reference' => '5f521fbe77fdfc992dc399ee39e5fdb338ea1f04', |
| 37 | 'type' => 'library', |
| 38 | 'install_path' => __DIR__ . '/../wpdevelopers/embera', |
| 39 | 'aliases' => array(), |
| 40 | 'dev_requirement' => false, |
| 41 | ), |
| 42 | ), |
| 43 | ); |
| 44 |