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 22 "name" : " magento/magento-cloud-docker" ,
33 "description" : " Magento Cloud Docker" ,
44 "type" : " magento2-component" ,
5- "version" : " 1.5 .0" ,
5+ "version" : " 1.4 .0" ,
66 "license" : [
77 " OSL-3.0" ,
88 " AFL-3.0"
99 ],
1010 "require" : {
1111 "php" : " ^8.0" ,
1212 "ext-json" : " *" ,
13- "composer/composer" : " ^1.9 || ^2.0 " ,
13+ "composer/composer" : " ^1.9 || ^2.8 || !=2.2.16 " ,
1414 "composer/semver" : " @stable" ,
1515 "illuminate/config" : " ^10.0 || ^11.0" ,
1616 "symfony/config" : " ^4.4 || ^5.1|| ^5.4 || ^6.4" ,
2727 "consolidation/robo" : " ^2.0 || ^3.0" ,
2828 "phpmd/phpmd" : " @stable" ,
2929 "phpstan/phpstan" : " ^1.8 || ^2.0" ,
30- "phpunit/phpunit" : " ^9.5 || ^ 10.5 " ,
30+ "phpunit/phpunit" : " ^10.0 " ,
3131 "squizlabs/php_codesniffer" : " ^3.7"
3232 },
3333 "bin" : [
Original file line number Diff line number Diff line change 55 */
66declare (strict_types=1 );
77
8- namespace Magento \CloudDocker \Test \Functional \Support ;
9-
108/**
119 * @inheritdoc
1210 */
You can’t perform that action at this time.
0 commit comments