| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'parsely/wp-parsely', |
| 4 |
'pretty_version' => 'dev-develop', |
| 5 |
'version' => 'dev-develop', |
| 6 |
'reference' => '31bd83cb6251427358ed391fd65e72ae7c5db6cd', |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'composer/installers' => array( |
| 14 |
'pretty_version' => 'v2.3.0', |
| 15 |
'version' => '2.3.0.0', |
| 16 |
'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e', |
| 17 |
'type' => 'composer-plugin', |
| 18 |
'install_path' => __DIR__ . '/./installers', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'masterminds/html5' => array( |
| 23 |
'pretty_version' => '2.9.0', |
| 24 |
'version' => '2.9.0.0', |
| 25 |
'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../masterminds/html5', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'parsely/wp-parsely' => array( |
| 32 |
'pretty_version' => 'dev-develop', |
| 33 |
'version' => 'dev-develop', |
| 34 |
'reference' => '31bd83cb6251427358ed391fd65e72ae7c5db6cd', |
| 35 |
'type' => 'wordpress-plugin', |
| 36 |
'install_path' => __DIR__ . '/../../', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
), |
| 41 |
); |
| 42 |
|