|
2 | 2 | "name": "magento/magento-cloud-docker", |
3 | 3 | "description": "Magento Cloud Docker", |
4 | 4 | "type": "magento2-component", |
5 | | - "version": "1.4.0", |
| 5 | + "version": "1.5.0", |
6 | 6 | "license": [ |
7 | 7 | "OSL-3.0", |
8 | 8 | "AFL-3.0" |
|
12 | 12 | "ext-json": "*", |
13 | 13 | "composer/composer": "^1.9 || ^2.0", |
14 | 14 | "composer/semver": "@stable", |
15 | | - "illuminate/config": "^5.5||^8.77", |
| 15 | + "illuminate/config": "^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", |
|
26 | 26 | "codeception/module-rest": "^1.2 || ^3.0", |
27 | 27 | "consolidation/robo": "^2.0 || ^3.0", |
28 | 28 | "phpmd/phpmd": "@stable", |
29 | | - "phpstan/phpstan": "^1.8", |
30 | | - "phpunit/phpunit": "^9.5", |
31 | | - "squizlabs/php_codesniffer": "^3.6" |
| 29 | + "phpstan/phpstan": "^1.8 || ^2.0", |
| 30 | + "phpunit/phpunit": "^9.5 || ^10.5", |
| 31 | + "squizlabs/php_codesniffer": "^3.7" |
32 | 32 | }, |
33 | 33 | "bin": [ |
34 | 34 | "bin/ece-docker" |
|
37 | 37 | "psr-4": { |
38 | 38 | "Magento\\CloudDocker\\": "src/", |
39 | 39 | "Magento\\CloudDocker\\Test\\Integration\\": "tests/integration", |
40 | | - "Magento\\CloudDocker\\Test\\Functional\\": "tests/functional/" |
| 40 | + "Magento\\CloudDocker\\Test\\Functional\\": "tests/functional/", |
| 41 | + "Magento\\CloudDocker\\Test\\Functional\\Support\\": "tests/functional/_support/" |
41 | 42 | } |
42 | 43 | }, |
43 | 44 | "scripts": { |
|
55 | 56 | "test:integration": "phpunit --configuration tests/integration" |
56 | 57 | }, |
57 | 58 | "config": { |
58 | | - "sort-packages": true |
| 59 | + "sort-packages": true, |
| 60 | + "optimize-autoloader": true |
59 | 61 | }, |
60 | 62 | "prefer-stable": true, |
61 | 63 | "extra": { |
|
0 commit comments