| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'xwp/stream', |
| 4 |
'pretty_version' => 'v4.4.0', |
| 5 |
'version' => '4.4.0.0', |
| 6 |
'reference' => '4d6873347d8e7ef26412732120caf2d58dfbf0ec', |
| 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' => 'v2.3.0', |
| 15 |
'version' => '2.3.0.0', |
| 16 |
'reference' => '12fb2dfe5e16183de69e784a7b84046c43d97e8e', |
| 17 |
'type' => 'composer-plugin', |
| 18 |
'install_path' => __DIR__ . '/./installers', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'woocommerce/action-scheduler' => array( |
| 23 |
'pretty_version' => '3.9.3', |
| 24 |
'version' => '3.9.3.0', |
| 25 |
'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c', |
| 26 |
'type' => 'wordpress-plugin', |
| 27 |
'install_path' => __DIR__ . '/../woocommerce/action-scheduler', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'xwp/stream' => array( |
| 32 |
'pretty_version' => 'v4.4.0', |
| 33 |
'version' => '4.4.0.0', |
| 34 |
'reference' => '4d6873347d8e7ef26412732120caf2d58dfbf0ec', |
| 35 |
'type' => 'wordpress-plugin', |
| 36 |
'install_path' => __DIR__ . '/../../', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
), |
| 41 |
); |
| 42 |
|