| 1 |
<?php return array( |
| 2 |
'root' => array( |
| 3 |
'name' => 'radiustheme/shopbuilder', |
| 4 |
'pretty_version' => 'dev-main', |
| 5 |
'version' => 'dev-main', |
| 6 |
'reference' => '490e721d16ae49b1d3bb2209838bc4c514d0f8a3', |
| 7 |
'type' => 'library', |
| 8 |
'install_path' => __DIR__ . '/../../', |
| 9 |
'aliases' => array(), |
| 10 |
'dev' => true, |
| 11 |
), |
| 12 |
'versions' => array( |
| 13 |
'matthiasmullie/minify' => array( |
| 14 |
'pretty_version' => '1.3.75', |
| 15 |
'version' => '1.3.75.0', |
| 16 |
'reference' => '76ba4a5f555fd7bf4aa408af608e991569076671', |
| 17 |
'type' => 'library', |
| 18 |
'install_path' => __DIR__ . '/../matthiasmullie/minify', |
| 19 |
'aliases' => array(), |
| 20 |
'dev_requirement' => false, |
| 21 |
), |
| 22 |
'matthiasmullie/path-converter' => array( |
| 23 |
'pretty_version' => '1.1.3', |
| 24 |
'version' => '1.1.3.0', |
| 25 |
'reference' => 'e7d13b2c7e2f2268e1424aaed02085518afa02d9', |
| 26 |
'type' => 'library', |
| 27 |
'install_path' => __DIR__ . '/../matthiasmullie/path-converter', |
| 28 |
'aliases' => array(), |
| 29 |
'dev_requirement' => false, |
| 30 |
), |
| 31 |
'radiustheme/shopbuilder' => array( |
| 32 |
'pretty_version' => 'dev-main', |
| 33 |
'version' => 'dev-main', |
| 34 |
'reference' => '490e721d16ae49b1d3bb2209838bc4c514d0f8a3', |
| 35 |
'type' => 'library', |
| 36 |
'install_path' => __DIR__ . '/../../', |
| 37 |
'aliases' => array(), |
| 38 |
'dev_requirement' => false, |
| 39 |
), |
| 40 |
), |
| 41 |
); |
| 42 |
|