| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'convertkit/convertkit-wordpress', |
| 4 |
'pretty_version' => '3.4.0', |
| 5 |
'version' => '3.4.0.0', |
| 6 |
'reference' => '8b4dfe62014f9ab2bc27d09e32a5d124e5c9093e', |
| 7 |
'type' => 'project', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'automattic/jetpack-autoloader' => array( |
| 14 |
'pretty_version' => 'v5.0.23', |
| 15 |
'version' => '5.0.23.0', |
| 16 |
'reference' => 'd11b2d621035dcb920abce8ae09bebd5da5f9ff8', |
| 17 |
'type' => 'composer-plugin', |
| 18 |
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'convertkit/convertkit-wordpress' => array( |
| 23 |
'pretty_version' => '3.4.0', |
| 24 |
'version' => '3.4.0.0', |
| 25 |
'reference' => '8b4dfe62014f9ab2bc27d09e32a5d124e5c9093e', |
| 26 |
'type' => 'project', |
| 27 |
'install_path' => __DIR__ . '/../../', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'convertkit/convertkit-wordpress-libraries' => array( |
| 32 |
'pretty_version' => '2.6.1', |
| 33 |
'version' => '2.6.1.0', |
| 34 |
'reference' => 'b8ba24a9a5b80353f9d0f9d8fed1c87cc2f5da21', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../convertkit/convertkit-wordpress-libraries', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'wordpress/mcp-adapter' => array( |
| 41 |
'pretty_version' => 'v0.6.1', |
| 42 |
'version' => '0.6.1.0', |
| 43 |
'reference' => '23cb53e0b82f39238eec1c38cb055e28aa30fa7c', |
| 44 |
'type' => 'wordpress-plugin', |
| 45 |
'install_path' => __DIR__ . '/../wordpress/mcp-adapter', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'wordpress/php-mcp-schema' => array( |
| 50 |
'pretty_version' => 'v0.1.3', |
| 51 |
'version' => '0.1.3.0', |
| 52 |
'reference' => 'b2fcf97aa023ce46e9f03493c194a72d5a46bea2', |
| 53 |
'type' => 'library', |
| 54 |
'install_path' => __DIR__ . '/../wordpress/php-mcp-schema', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
), |
| 59 |
); |
| 60 |
|