| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'pretty_version' => 'dev-develop', |
| 4 |
'version' => 'dev-develop', |
| 5 |
'type' => 'wordpress-plugin', |
| 6 |
'install_path' => __DIR__ . '/../../', |
| 7 |
'aliases' => array(), |
| 8 |
'reference' => '8808252dc54b5200c8a283297b71ed23e9b5bd39', |
| 9 |
'name' => 'sheabunge/code-snippets', |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'composer/installers' => array( |
| 14 |
'pretty_version' => 'v1.12.0', |
| 15 |
'version' => '1.12.0.0', |
| 16 |
'type' => 'composer-plugin', |
| 17 |
'install_path' => __DIR__ . '/./installers', |
| 18 |
'aliases' => array(), |
| 19 |
'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', |
| 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 |
'sheabunge/code-snippets' => array( |
| 35 |
'pretty_version' => 'dev-develop', |
| 36 |
'version' => 'dev-develop', |
| 37 |
'type' => 'wordpress-plugin', |
| 38 |
'install_path' => __DIR__ . '/../../', |
| 39 |
'aliases' => array(), |
| 40 |
'reference' => '8808252dc54b5200c8a283297b71ed23e9b5bd39', |
| 41 |
'dev_requirement' => false, |
| 42 |
), |
| 43 |
), |
| 44 |
); |
| 45 |
|