| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'pretty_version' => '1.0.3', |
| 4 |
'version' => '1.0.3.0', |
| 5 |
'type' => 'wordpress-plugin', |
| 6 |
'install_path' => __DIR__ . '/../../', |
| 7 |
'aliases' => array(), |
| 8 |
'reference' => '1403e381d2f2420d1d7bf1477ade79b3a5af95e1', |
| 9 |
'name' => 'automattic/substack-importer', |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'automattic/substack-importer' => array( |
| 14 |
'pretty_version' => '1.0.3', |
| 15 |
'version' => '1.0.3.0', |
| 16 |
'type' => 'wordpress-plugin', |
| 17 |
'install_path' => __DIR__ . '/../../', |
| 18 |
'aliases' => array(), |
| 19 |
'reference' => '1403e381d2f2420d1d7bf1477ade79b3a5af95e1', |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'automattic/wxr-generator' => array( |
| 23 |
'pretty_version' => 'dev-trunk', |
| 24 |
'version' => 'dev-trunk', |
| 25 |
'type' => 'library', |
| 26 |
'install_path' => __DIR__ . '/../automattic/wxr-generator', |
| 27 |
'aliases' => array( |
| 28 |
0 => '9999999-dev', |
| 29 |
), |
| 30 |
'reference' => 'ff09be8ce477c8a9fd6efe6cc518adf8a2c2d923', |
| 31 |
'dev_requirement' => false, |
| 32 |
), |
| 33 |
), |
| 34 |
); |
| 35 |
|