Skip to content

Commit baadc09

Browse files
MCLOUD-13147: Fixed functional test for PHP8
1 parent 79fd367 commit baadc09

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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",
@@ -27,7 +27,7 @@
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": [

tests/functional/_support/CliTester.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\CloudDocker\Test\Functional\Support;
9-
108
/**
119
* @inheritdoc
1210
*/

0 commit comments

Comments
 (0)