| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'really-simple-plugins/metricool', |
| 4 |
'pretty_version' => '2.1.0', |
| 5 |
'version' => '2.1.0.0', |
| 6 |
'reference' => null, |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'really-simple-plugins/metricool' => array( |
| 14 |
'pretty_version' => '2.1.0', |
| 15 |
'version' => '2.1.0.0', |
| 16 |
'reference' => null, |
| 17 |
'type' => 'wordpress-plugin', |
| 18 |
'install_path' => __DIR__ . '/../../', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
), |
| 23 |
); |
| 24 |
|