|
2 | 2 | "name": "magento/ece-tools",
|
3 | 3 | "description": "Provides tools to build and deploy Magento 2 Enterprise Edition",
|
4 | 4 | "type": "magento2-component",
|
5 |
| - "version": "2002.1.6", |
| 5 | + "version": "2002.1.7", |
6 | 6 | "license": "OSL-3.0",
|
7 | 7 | "repositories": {
|
8 | 8 | "repo.magento.com": {
|
|
16 | 16 | "ext-json": "*",
|
17 | 17 | "ext-sockets": "*",
|
18 | 18 | "colinmollenhour/credis": "^1.6.0",
|
19 |
| - "composer/composer": "^1.4", |
20 |
| - "composer/semver": "^1.4", |
| 19 | + "composer/composer": "^1.4||^2.0", |
| 20 | + "composer/semver": "@stable", |
21 | 21 | "graylog2/gelf-php": "^1.4.2",
|
22 | 22 | "guzzlehttp/guzzle": "^6.2",
|
23 | 23 | "illuminate/config": "^5.5",
|
24 |
| - "magento/magento-cloud-components": "^1.0.6", |
25 |
| - "magento/magento-cloud-docker": "^1.0.0", |
26 |
| - "magento/magento-cloud-patches": "^1.0.6", |
27 |
| - "magento/quality-patches": "^1.0.3", |
| 24 | + "magento/magento-cloud-components": "^1.0.8", |
| 25 | + "magento/magento-cloud-docker": "^1.2", |
| 26 | + "magento/magento-cloud-patches": "^1.0.11", |
| 27 | + "magento/quality-patches": "^1.0.26", |
28 | 28 | "monolog/monolog": "^1.16",
|
29 | 29 | "nesbot/carbon": "^1.0||^2.0",
|
30 | 30 | "psr/container": "^1.0",
|
|
94 | 94 | },
|
95 | 95 | "prefer-stable": true,
|
96 | 96 | "extra": {
|
97 |
| - "map": [ |
98 |
| - [ |
99 |
| - "dist/.magento.env.yaml", |
100 |
| - ".magento.env.yaml.dist" |
101 |
| - ] |
102 |
| - ], |
103 | 97 | "include_files": [
|
104 | 98 | "vendor/codeception/phpunit-wrapper/src/phpunit7-interfaces.php"
|
105 | 99 | ]
|
|
0 commit comments