| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'webappick/disco', |
| 4 |
'pretty_version' => '1.4.14', |
| 5 |
'version' => '1.4.14.0', |
| 6 |
'reference' => 'af3be3c3d7f26896df1d8c87395340088ccc8305', |
| 7 |
'type' => 'wordpress-plugin', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => false, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'inpsyde/assets' => array( |
| 14 |
'pretty_version' => '2.8.3', |
| 15 |
'version' => '2.8.3.0', |
| 16 |
'reference' => 'f198d7d8b726132851413a6a9b4918e02c077a4b', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../inpsyde/assets', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'inpsyde/wp-context' => array( |
| 23 |
'pretty_version' => '1.5.0', |
| 24 |
'version' => '1.5.0.0', |
| 25 |
'reference' => '1f61ccb539e287e2688dfdf86dea0448c18fc8c6', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../inpsyde/wp-context', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'micropackage/internationalization' => array( |
| 32 |
'pretty_version' => '1.0.2', |
| 33 |
'version' => '1.0.2.0', |
| 34 |
'reference' => 'cb140d4c4cbf9828bfcb20242b202517379381df', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../micropackage/internationalization', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
'micropackage/requirements' => array( |
| 41 |
'pretty_version' => '1.2.2', |
| 42 |
'version' => '1.2.2.0', |
| 43 |
'reference' => 'c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519', |
| 44 |
'type' => 'library', |
| 45 |
'install_path' => __DIR__ . '/../micropackage/requirements', |
| 46 |
'aliases' => array(), |
| 47 |
'dev_requirement' => false, |
| 48 |
), |
| 49 |
'webappick/disco' => array( |
| 50 |
'pretty_version' => '1.4.14', |
| 51 |
'version' => '1.4.14.0', |
| 52 |
'reference' => 'af3be3c3d7f26896df1d8c87395340088ccc8305', |
| 53 |
'type' => 'wordpress-plugin', |
| 54 |
'install_path' => __DIR__ . '/../../', |
| 55 |
'aliases' => array(), |
| 56 |
'dev_requirement' => false, |
| 57 |
), |
| 58 |
), |
| 59 |
); |
| 60 |
|