Skip to content

Commit 76be5a7

Browse files
authored
MQE-1704: MFTF Compatibility with PHPUnit 9 (#681)
1 parent c8855c0 commit 76be5a7

File tree

2 files changed

+250
-84
lines changed

2 files changed

+250
-84
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
},
3535
"require-dev": {
3636
"squizlabs/php_codesniffer": "~3.2",
37-
"sebastian/phpcpd": "~4.0||~5.0",
37+
"sebastian/phpcpd": "~5.0",
3838
"brainmaestro/composer-git-hooks": "^2.3.1",
3939
"doctrine/cache": "<1.7.0",
4040
"codeception/aspect-mock": "^3.0",
4141
"goaop/framework": "2.2.0",
4242
"codacy/coverage": "^1.4",
4343
"phpmd/phpmd": "^2.6.0",
44-
"phpunit/phpunit": "~9.0.0",
44+
"phpunit/phpunit": "^9",
4545
"rregeer/phpunit-coverage-check": "^0.1.4",
4646
"php-coveralls/php-coveralls": "^1.0",
4747
"symfony/stopwatch": "~3.4.6"

0 commit comments

Comments
 (0)