| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'elementor/elementor', |
| 4 |
'pretty_version' => '4.3.0-beta3', |
| 5 |
'version' => '4.3.0.0-beta3', |
| 6 |
'reference' => '5e62f94570e5425bf938c2c900c4cfcefdccdaa4', |
| 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 |
'elementor/elementor' => array( |
| 23 |
'pretty_version' => '4.3.0-beta3', |
| 24 |
'version' => '4.3.0.0-beta3', |
| 25 |
'reference' => '5e62f94570e5425bf938c2c900c4cfcefdccdaa4', |
| 26 |
'type' => 'project', |
| 27 |
'install_path' => __DIR__ . '/../../', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'elementor/elementor-mcp-composer' => array( |
| 32 |
'pretty_version' => '1.0.13', |
| 33 |
'version' => '1.0.13.0', |
| 34 |
'reference' => null, |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../elementor/elementor-mcp-composer', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'elementor/wp-notifications-package' => array( |
| 41 |
'pretty_version' => '1.2.0', |
| 42 |
'version' => '1.2.0.0', |
| 43 |
'reference' => 'dd25ca9dd79402c3bb51fab112aa079702eb165e', |
| 44 |
'type' => 'library', |
| 45 |
'install_path' => __DIR__ . '/../elementor/wp-notifications-package', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'elementor/wp-one-package' => array( |
| 50 |
'pretty_version' => '1.0.69', |
| 51 |
'version' => '1.0.69.0', |
| 52 |
'reference' => null, |
| 53 |
'type' => 'library', |
| 54 |
'install_path' => __DIR__ . '/../elementor/wp-one-package', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
'wordpress/mcp-adapter' => array( |
| 59 |
'pretty_version' => 'v0.6.1', |
| 60 |
'version' => '0.6.1.0', |
| 61 |
'reference' => '23cb53e0b82f39238eec1c38cb055e28aa30fa7c', |
| 62 |
'type' => 'wordpress-plugin', |
| 63 |
'install_path' => __DIR__ . '/../wordpress/mcp-adapter', |
| 64 |
'aliases' => array(), |
| 65 |
'dev_requirement' => false, |
| 66 |
), |
| 67 |
'wordpress/php-mcp-schema' => array( |
| 68 |
'pretty_version' => 'v0.1.3', |
| 69 |
'version' => '0.1.3.0', |
| 70 |
'reference' => 'b2fcf97aa023ce46e9f03493c194a72d5a46bea2', |
| 71 |
'type' => 'library', |
| 72 |
'install_path' => __DIR__ . '/../wordpress/php-mcp-schema', |
| 73 |
'aliases' => array(), |
| 74 |
'dev_requirement' => false, |
| 75 |
), |
| 76 |
), |
| 77 |
); |
| 78 |
|