| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'wp-media/imagify-plugin', |
| 4 |
'pretty_version' => 'v2.2', |
| 5 |
'version' => '2.2.0.0', |
| 6 |
'reference' => 'eff2bac781f6fdb778f149aed110df127630fa66', |
| 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.2.0', |
| 15 |
'version' => '2.2.0.0', |
| 16 |
'reference' => 'c29dc4b93137acb82734f672c37e029dfbd95b35', |
| 17 |
'type' => 'composer-plugin', |
| 18 |
'install_path' => __DIR__ . '/./installers', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'dangoodman/composer-for-wordpress' => array( |
| 23 |
'pretty_version' => '2.0.2', |
| 24 |
'version' => '2.0.2.0', |
| 25 |
'reference' => 'cc5b3d0a1122d87d60f378071159bac0dbd93daa', |
| 26 |
'type' => 'composer-plugin', |
| 27 |
'install_path' => __DIR__ . '/../dangoodman/composer-for-wordpress', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'wp-media/imagify-plugin' => array( |
| 32 |
'pretty_version' => 'v2.2', |
| 33 |
'version' => '2.2.0.0', |
| 34 |
'reference' => 'eff2bac781f6fdb778f149aed110df127630fa66', |
| 35 |
'type' => 'wordpress-plugin', |
| 36 |
'install_path' => __DIR__ . '/../../', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
), |
| 41 |
); |
| 42 |
|