| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'xwp/stream', |
| 4 |
'pretty_version' => 'v4.0.2', |
| 5 |
'version' => '4.0.2.0', |
| 6 |
'reference' => 'e61210f3529a19ef235805d34e82f100282aec7a', |
| 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' => 'v1.12.0', |
| 15 |
'version' => '1.12.0.0', |
| 16 |
'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', |
| 17 |
'type' => 'composer-plugin', |
| 18 |
'install_path' => __DIR__ . '/./installers', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'roundcube/plugin-installer' => array( |
| 23 |
'dev_requirement' => false, |
| 24 |
'replaced' => array( |
| 25 |
0 => '*', |
| 26 |
), |
| 27 |
), |
| 28 |
'shama/baton' => array( |
| 29 |
'dev_requirement' => false, |
| 30 |
'replaced' => array( |
| 31 |
0 => '*', |
| 32 |
), |
| 33 |
), |
| 34 |
'xwp/stream' => array( |
| 35 |
'pretty_version' => 'v4.0.2', |
| 36 |
'version' => '4.0.2.0', |
| 37 |
'reference' => 'e61210f3529a19ef235805d34e82f100282aec7a', |
| 38 |
'type' => 'wordpress-plugin', |
| 39 |
'install_path' => __DIR__ . '/../../', |
| 40 |
'aliases' => array(), |
| 41 |
'dev_requirement' => false, |
| 42 |
), |
| 43 |
), |
| 44 |
); |
| 45 |
|