| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'wpfluent/wpfluent', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => '0405017da005c57dbc893f753283670c20536824', |
| 7 |
'type' => 'project', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array( |
| 10 |
0 => '2.0.x-dev', |
| 11 |
), |
| 12 |
'dev' => true, |
| 13 |
), |
| 14 |
'versions' => array( |
| 15 |
'woocommerce/action-scheduler' => array( |
| 16 |
'pretty_version' => '3.7.0', |
| 17 |
'version' => '3.7.0.0', |
| 18 |
'reference' => '7a2046a5e6a15786068bb0298407522f30c694b4', |
| 19 |
'type' => 'wordpress-plugin', |
| 20 |
'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 21 |
'aliases' => array(), |
| 22 |
'dev_requirement' => false, |
| 23 |
), |
| 24 |
'wpfluent/caldav' => array( |
| 25 |
'pretty_version' => 'dev-master', |
| 26 |
'version' => 'dev-master', |
| 27 |
'reference' => 'aae44c9fa563596fffd17c053d6580ea17f0dee4', |
| 28 |
'type' => 'library', |
| 29 |
'install_path' => __DIR__ . '/../wpfluent/caldav', |
| 30 |
'aliases' => array( |
| 31 |
0 => '9999999-dev', |
| 32 |
), |
| 33 |
'dev_requirement' => false, |
| 34 |
), |
| 35 |
'wpfluent/framework' => array( |
| 36 |
'pretty_version' => '2.4.2', |
| 37 |
'version' => '2.4.2.0', |
| 38 |
'reference' => 'f9e76750cce20b3536d63b55f721f3f802635856', |
| 39 |
'type' => 'library', |
| 40 |
'install_path' => __DIR__ . '/../wpfluent/framework', |
| 41 |
'aliases' => array(), |
| 42 |
'dev_requirement' => false, |
| 43 |
), |
| 44 |
'wpfluent/wpfluent' => array( |
| 45 |
'pretty_version' => 'dev-master', |
| 46 |
'version' => 'dev-master', |
| 47 |
'reference' => '0405017da005c57dbc893f753283670c20536824', |
| 48 |
'type' => 'project', |
| 49 |
'install_path' => __DIR__ . '/../../', |
| 50 |
'aliases' => array( |
| 51 |
0 => '2.0.x-dev', |
| 52 |
), |
| 53 |
'dev_requirement' => false, |
| 54 |
), |
| 55 |
), |
| 56 |
); |
| 57 |
|