|
2 | 2 | "name": "magento/product-community-edition",
|
3 | 3 | "description": "eCommerce Platform for Growth (Community Edition)",
|
4 | 4 | "type": "project",
|
5 |
| - "version": "0.42.0-beta5", |
| 5 | + "version": "0.42.0-beta6", |
6 | 6 | "license": [
|
7 | 7 | "OSL-3.0",
|
8 | 8 | "AFL-3.0"
|
9 | 9 | ],
|
10 | 10 | "require": {
|
11 |
| - "php": "~5.4.11|~5.5.0|~5.6.0", |
| 11 | + "php": "~5.5.0|~5.6.0", |
12 | 12 | "zendframework/zend-stdlib": "2.3.1",
|
13 | 13 | "zendframework/zend-code": "2.3.1",
|
14 | 14 | "zendframework/zend-server": "2.3.1",
|
|
32 | 32 | "magento/zendframework1": "1.12.9-patch1",
|
33 | 33 | "composer/composer": "1.0.0-alpha8",
|
34 | 34 | "monolog/monolog": "1.11.0",
|
| 35 | + "tubalmartin/cssmin": "2.4.8-p4", |
35 | 36 | "magento/magento2-base": "self.version",
|
36 | 37 | "magento/module-admin-notification": "self.version",
|
37 | 38 | "magento/module-authorization": "self.version",
|
|
60 | 61 | "magento/module-customer": "self.version",
|
61 | 62 | "magento/module-customer-import-export": "self.version",
|
62 | 63 | "magento/module-design-editor": "self.version",
|
| 64 | + "magento/module-developer": "self.version", |
63 | 65 | "magento/module-dhl": "self.version",
|
64 | 66 | "magento/module-directory": "self.version",
|
65 | 67 | "magento/module-downloadable": "self.version",
|
|
159 | 161 | "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
|
160 | 162 | "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
|
161 | 163 | "Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/",
|
162 |
| - "Magento\\Setup\\": "setup/module/Magento/Setup/src/" |
| 164 | + "Magento\\Setup\\": "setup/src/Magento/Setup/" |
163 | 165 | }
|
164 | 166 | },
|
165 | 167 | "repositories": [
|
|
0 commit comments