| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'wpfluent/wpfluent', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => '9abc874a9667a387ace6e8daa34d3db1ca4d2580', |
| 7 |
'type' => 'project', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array( |
| 10 |
0 => '1.0.x-dev', |
| 11 |
), |
| 12 |
'dev' => true, |
| 13 |
), |
| 14 |
'versions' => array( |
| 15 |
'openspout/openspout' => array( |
| 16 |
'pretty_version' => 'v3.7.4', |
| 17 |
'version' => '3.7.4.0', |
| 18 |
'reference' => 'dfbbd53b5edcd486b45a37f6a04fac33073c70f3', |
| 19 |
'type' => 'library', |
| 20 |
'install_path' => __DIR__ . '/../openspout/openspout', |
| 21 |
'aliases' => array(), |
| 22 |
'dev_requirement' => false, |
| 23 |
), |
| 24 |
'wpfluent/framework' => array( |
| 25 |
'pretty_version' => '2.11.15', |
| 26 |
'version' => '2.11.15.0', |
| 27 |
'reference' => 'efe9e25769376cde6da00d23842e3aa4cb30199d', |
| 28 |
'type' => 'library', |
| 29 |
'install_path' => __DIR__ . '/../wpfluent/framework', |
| 30 |
'aliases' => array(), |
| 31 |
'dev_requirement' => false, |
| 32 |
), |
| 33 |
'wpfluent/wpfluent' => array( |
| 34 |
'pretty_version' => 'dev-master', |
| 35 |
'version' => 'dev-master', |
| 36 |
'reference' => '9abc874a9667a387ace6e8daa34d3db1ca4d2580', |
| 37 |
'type' => 'project', |
| 38 |
'install_path' => __DIR__ . '/../../', |
| 39 |
'aliases' => array( |
| 40 |
0 => '1.0.x-dev', |
| 41 |
), |
| 42 |
'dev_requirement' => false, |
| 43 |
), |
| 44 |
), |
| 45 |
); |
| 46 |
|