ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
8 years ago
autoload_classmap.php
2 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 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
42 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'embedpress/embedpress', |
| 4 | 'pretty_version' => 'dev-main', |
| 5 | 'version' => 'dev-main', |
| 6 | 'reference' => '08ff243919eed8d65a8a5143bab0aacda5ce6089', |
| 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' => '08ff243919eed8d65a8a5143bab0aacda5ce6089', |
| 17 | 'type' => 'wordpress-plugin', |
| 18 | 'install_path' => __DIR__ . '/../../', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'priyomukul/wp-notice' => array( |
| 23 | 'pretty_version' => 'v2.x-dev', |
| 24 | 'version' => '2.9999999.9999999.9999999-dev', |
| 25 | 'reference' => 'f3d02f6e772cb459e9b89d77605e02646f9c5d65', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../priyomukul/wp-notice', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'wpdevelopers/embera' => array( |
| 32 | 'pretty_version' => '2.0.17', |
| 33 | 'version' => '2.0.17.0', |
| 34 | 'reference' => '5f521fbe77fdfc992dc399ee39e5fdb338ea1f04', |
| 35 | 'type' => 'library', |
| 36 | 'install_path' => __DIR__ . '/../wpdevelopers/embera', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | ), |
| 41 | ); |
| 42 |