File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
tests/functional/_support Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
15
"illuminate/config" : " ^10.0 || ^11.0" ,
16
16
"symfony/config" : " ^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" : [
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CloudDocker \Test \Functional \Support ;
9
-
10
8
/**
11
9
* @inheritdoc
12
10
*/
You can’t perform that action at this time.
0 commit comments