|
2 | 2 | "name": "magento/magento-cloud-docker", |
3 | 3 | "description": "Magento Cloud Docker", |
4 | 4 | "type": "magento2-component", |
5 | | - "version": "1.5.0", |
| 5 | + "version": "1.4.0", |
6 | 6 | "license": [ |
7 | 7 | "OSL-3.0", |
8 | 8 | "AFL-3.0" |
9 | 9 | ], |
10 | 10 | "require": { |
11 | 11 | "php": "^8.0", |
12 | 12 | "ext-json": "*", |
13 | | - "composer/composer": "^1.9 || ^2.0", |
| 13 | + "composer/composer": "^1.9 || ^2.8 || !=2.2.16", |
14 | 14 | "composer/semver": "@stable", |
15 | | - "illuminate/config": "^10.0 || ^11.0", |
| 15 | + "illuminate/config": "^8.77 || ^10.0 || ^11.0", |
16 | 16 | "symfony/config": "^4.4 || ^5.1|| ^5.4 || ^6.4", |
17 | 17 | "symfony/console": "^4.4 || ^5.1 || ^5.4 || ^6.4", |
18 | 18 | "symfony/dependency-injection": "^4.4 || ^5.1|| ^5.4 || ^6.4", |
|
27 | 27 | "consolidation/robo": "^2.0 || ^3.0", |
28 | 28 | "phpmd/phpmd": "@stable", |
29 | 29 | "phpstan/phpstan": "^1.8 || ^2.0", |
30 | | - "phpunit/phpunit": "^9.5 || ^10.5", |
| 30 | + "phpunit/phpunit": "^10.0", |
31 | 31 | "squizlabs/php_codesniffer": "^3.7" |
32 | 32 | }, |
33 | 33 | "bin": [ |
|
37 | 37 | "psr-4": { |
38 | 38 | "Magento\\CloudDocker\\": "src/", |
39 | 39 | "Magento\\CloudDocker\\Test\\Integration\\": "tests/integration", |
40 | | - "Magento\\CloudDocker\\Test\\Functional\\": "tests/functional/", |
41 | | - "Magento\\CloudDocker\\Test\\Functional\\Support\\": "tests/functional/_support/" |
| 40 | + "Magento\\CloudDocker\\Test\\Functional\\": "tests/functional/" |
42 | 41 | } |
43 | 42 | }, |
44 | 43 | "scripts": { |
|
0 commit comments