Skip to content

Commit 9f46f0a

Browse files
committed
MQE-1074: Verify MFTF Compatibility with Phpunit 7
- Updated composer json to use requirements for phpunit 7
1 parent 6281e31 commit 9f46f0a

File tree

2 files changed

+312
-267
lines changed

2 files changed

+312
-267
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
1313
"allure-framework/allure-codeception": "~1.2.6",
14-
"codeception/codeception": "~2.3.4",
14+
"codeception/codeception": "~2.4.2",
1515
"consolidation/robo": "^1.0.0",
1616
"epfremme/swagger-php": "^2.0",
1717
"flow/jsonpath": ">0.2",
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"squizlabs/php_codesniffer": "1.5.3",
26-
"sebastian/phpcpd": "~3.0",
26+
"sebastian/phpcpd": "~4.0",
2727
"brainmaestro/composer-git-hooks": "^2.3",
2828
"doctrine/cache": "<1.7.0",
2929
"codeception/aspect-mock": "^3.0",

0 commit comments

Comments
 (0)