ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
4 weeks ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
2 months ago
autoload_real.php
4 weeks ago
autoload_static.php
4 weeks ago
installed.json
3 weeks ago
installed.php
1 week ago
jetpack_autoload_classmap.php
1 week ago
platform_check.php
6 months ago
installed.php
69 lines
| 1 | <?php return array( |
| 2 | 'root' => array( |
| 3 | 'name' => 'commercebird/commercebird', |
| 4 | 'pretty_version' => '3.0.3', |
| 5 | 'version' => '3.0.3.0', |
| 6 | 'reference' => '0fe5f7f3b474330e5ca28ce561eeae83397f19c3', |
| 7 | 'type' => 'wordpress-plugin', |
| 8 | 'install_path' => __DIR__ . '/../../', |
| 9 | 'aliases' => array(), |
| 10 | 'dev' => false, |
| 11 | ), |
| 12 | 'versions' => array( |
| 13 | 'afragen/wp-dependency-installer' => array( |
| 14 | 'pretty_version' => '4.3.14', |
| 15 | 'version' => '4.3.14.0', |
| 16 | 'reference' => '38f127feeaeb1cfc8544c120d4e9e372fa41f79e', |
| 17 | 'type' => 'library', |
| 18 | 'install_path' => __DIR__ . '/../afragen/wp-dependency-installer', |
| 19 | 'aliases' => array(), |
| 20 | 'dev_requirement' => false, |
| 21 | ), |
| 22 | 'afragen/wp-dismiss-notice' => array( |
| 23 | 'pretty_version' => '0.3.7', |
| 24 | 'version' => '0.3.7.0', |
| 25 | 'reference' => '3e2c694ca891fe94771457f54a3a5457a70c0aec', |
| 26 | 'type' => 'library', |
| 27 | 'install_path' => __DIR__ . '/../afragen/wp-dismiss-notice', |
| 28 | 'aliases' => array(), |
| 29 | 'dev_requirement' => false, |
| 30 | ), |
| 31 | 'automattic/jetpack-autoloader' => array( |
| 32 | 'pretty_version' => 'v5.0.20', |
| 33 | 'version' => '5.0.20.0', |
| 34 | 'reference' => 'b6abf43a9ea638d6a0edc02f0dd7575703f9c2a1', |
| 35 | 'type' => 'composer-plugin', |
| 36 | 'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', |
| 37 | 'aliases' => array(), |
| 38 | 'dev_requirement' => false, |
| 39 | ), |
| 40 | 'commercebird/commercebird' => array( |
| 41 | 'pretty_version' => '3.0.3', |
| 42 | 'version' => '3.0.3.0', |
| 43 | 'reference' => '0fe5f7f3b474330e5ca28ce561eeae83397f19c3', |
| 44 | 'type' => 'wordpress-plugin', |
| 45 | 'install_path' => __DIR__ . '/../../', |
| 46 | 'aliases' => array(), |
| 47 | 'dev_requirement' => false, |
| 48 | ), |
| 49 | 'wordpress/mcp-adapter' => array( |
| 50 | 'pretty_version' => 'v0.5.0', |
| 51 | 'version' => '0.5.0.0', |
| 52 | 'reference' => '7bfc49f46b3ea7544dded49d5a606089f825a80b', |
| 53 | 'type' => 'wordpress-plugin', |
| 54 | 'install_path' => __DIR__ . '/../wordpress/mcp-adapter', |
| 55 | 'aliases' => array(), |
| 56 | 'dev_requirement' => false, |
| 57 | ), |
| 58 | 'wordpress/php-mcp-schema' => array( |
| 59 | 'pretty_version' => 'v0.1.2', |
| 60 | 'version' => '0.1.2.0', |
| 61 | 'reference' => '95df8a50a3bd54f6b7c4869c6e2185db380d4d63', |
| 62 | 'type' => 'library', |
| 63 | 'install_path' => __DIR__ . '/../wordpress/php-mcp-schema', |
| 64 | 'aliases' => array(), |
| 65 | 'dev_requirement' => false, |
| 66 | ), |
| 67 | ), |
| 68 | ); |
| 69 |