| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'wpfluent/wpfluent', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => '294e7e85319340399491ca4ebf18b85458a958d8', |
| 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 |
'fakerphp/faker' => array( |
| 16 |
'pretty_version' => 'v1.23.0', |
| 17 |
'version' => '1.23.0.0', |
| 18 |
'reference' => 'e3daa170d00fde61ea7719ef47bb09bb8f1d9b01', |
| 19 |
'type' => 'library', |
| 20 |
'install_path' => __DIR__ . '/../fakerphp/faker', |
| 21 |
'aliases' => array(), |
| 22 |
'dev_requirement' => true, |
| 23 |
), |
| 24 |
'openspout/openspout' => array( |
| 25 |
'pretty_version' => 'v3.7.4', |
| 26 |
'version' => '3.7.4.0', |
| 27 |
'reference' => 'dfbbd53b5edcd486b45a37f6a04fac33073c70f3', |
| 28 |
'type' => 'library', |
| 29 |
'install_path' => __DIR__ . '/../openspout/openspout', |
| 30 |
'aliases' => array(), |
| 31 |
'dev_requirement' => false, |
| 32 |
), |
| 33 |
'psr/container' => array( |
| 34 |
'pretty_version' => '2.0.2', |
| 35 |
'version' => '2.0.2.0', |
| 36 |
'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', |
| 37 |
'type' => 'library', |
| 38 |
'install_path' => __DIR__ . '/../psr/container', |
| 39 |
'aliases' => array(), |
| 40 |
'dev_requirement' => true, |
| 41 |
), |
| 42 |
'symfony/deprecation-contracts' => array( |
| 43 |
'pretty_version' => 'v2.5.4', |
| 44 |
'version' => '2.5.4.0', |
| 45 |
'reference' => '605389f2a7e5625f273b53960dc46aeaf9c62918', |
| 46 |
'type' => 'library', |
| 47 |
'install_path' => __DIR__ . '/../symfony/deprecation-contracts', |
| 48 |
'aliases' => array(), |
| 49 |
'dev_requirement' => true, |
| 50 |
), |
| 51 |
'woocommerce/action-scheduler' => array( |
| 52 |
'pretty_version' => '3.9.3', |
| 53 |
'version' => '3.9.3.0', |
| 54 |
'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c', |
| 55 |
'type' => 'wordpress-plugin', |
| 56 |
'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 57 |
'aliases' => array(), |
| 58 |
'dev_requirement' => false, |
| 59 |
), |
| 60 |
'wpfluent/framework' => array( |
| 61 |
'pretty_version' => '2.12.2', |
| 62 |
'version' => '2.12.2.0', |
| 63 |
'reference' => 'dab148c086dc7f7271b94bc505d9f2161cea3e4a', |
| 64 |
'type' => 'library', |
| 65 |
'install_path' => __DIR__ . '/../wpfluent/framework', |
| 66 |
'aliases' => array(), |
| 67 |
'dev_requirement' => false, |
| 68 |
), |
| 69 |
'wpfluent/wpfluent' => array( |
| 70 |
'pretty_version' => 'dev-master', |
| 71 |
'version' => 'dev-master', |
| 72 |
'reference' => '294e7e85319340399491ca4ebf18b85458a958d8', |
| 73 |
'type' => 'project', |
| 74 |
'install_path' => __DIR__ . '/../../', |
| 75 |
'aliases' => array( |
| 76 |
0 => '2.0.x-dev', |
| 77 |
), |
| 78 |
'dev_requirement' => false, |
| 79 |
), |
| 80 |
), |
| 81 |
); |
| 82 |
|