Skip to content

Commit 80f794c

Browse files
committed
MQE-1074: Verify MFTF Compatibility with Phpunit 7
- Updating to correct dependency order
1 parent 299b62e commit 80f794c

File tree

2 files changed

+274
-276
lines changed

2 files changed

+274
-276
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 || ~2.4.2",
14+
"codeception/codeception": "~2.3.4 || ~2.4.0",
1515
"consolidation/robo": "^1.0.0",
1616
"epfremme/swagger-php": "^2.0",
1717
"flow/jsonpath": ">0.2",
@@ -23,8 +23,8 @@
2323
},
2424
"require-dev": {
2525
"squizlabs/php_codesniffer": "~3.2",
26-
"brainmaestro/composer-git-hooks": "^2.3",
2726
"sebastian/phpcpd": "~3.0 || ~4.0",
27+
"brainmaestro/composer-git-hooks": "^2.3",
2828
"doctrine/cache": "<1.7.0",
2929
"codeception/aspect-mock": "^3.0",
3030
"goaop/framework": "2.2.0",

0 commit comments

Comments
 (0)