| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'sequra/sequra', |
| 4 |
'pretty_version' => 'dev-master', |
| 5 |
'version' => 'dev-master', |
| 6 |
'reference' => '6ba15ad7dbcc147de79ed1cfb61c2ea63ba945f8', |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'monolog/monolog' => array( |
| 14 |
'pretty_version' => '2.9.1', |
| 15 |
'version' => '2.9.1.0', |
| 16 |
'reference' => 'f259e2b15fb95494c83f52d3caad003bbf5ffaa1', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../monolog/monolog', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'psr/log' => array( |
| 23 |
'pretty_version' => '1.1.4', |
| 24 |
'version' => '1.1.4.0', |
| 25 |
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../psr/log', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'psr/log-implementation' => array( |
| 32 |
'dev_requirement' => false, |
| 33 |
'provided' => array( |
| 34 |
0 => '1.0.0 || 2.0.0 || 3.0.0', |
| 35 |
), |
| 36 |
), |
| 37 |
'sequra/php-client' => array( |
| 38 |
'pretty_version' => '0.3.6', |
| 39 |
'version' => '0.3.6.0', |
| 40 |
'reference' => '0b50277d1589f6aa6ccb7381cf02062404ecc1c9', |
| 41 |
'type' => 'library', |
| 42 |
'install_path' => __DIR__ . '/../sequra/php-client', |
| 43 |
'aliases' => array(), |
| 44 |
'dev_requirement' => false, |
| 45 |
), |
| 46 |
'sequra/sequra' => array( |
| 47 |
'pretty_version' => 'dev-master', |
| 48 |
'version' => 'dev-master', |
| 49 |
'reference' => '6ba15ad7dbcc147de79ed1cfb61c2ea63ba945f8', |
| 50 |
'type' => 'wordpress-plugin', |
| 51 |
'install_path' => __DIR__ . '/../../', |
| 52 |
'aliases' => array(), |
| 53 |
'dev_requirement' => false, |
| 54 |
), |
| 55 |
), |
| 56 |
); |
| 57 |
|