Skip to content

Commit 94d0c15

Browse files
committed
MQE-1597: MFTF 2.4.0 and above has incompatible dependencies with msp/twofactorauth
updated composer.json and .lock to fix packaging issues
1 parent 2a0b811 commit 94d0c15

File tree

2 files changed

+37
-142
lines changed

2 files changed

+37
-142
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"ext-curl": "*",
1515
"codeception/codeception": "~2.3.4 || ~2.4.0 ",
1616
"consolidation/robo": "^1.0.0",
17-
"epfremme/swagger-php": "^2.0",
1817
"flow/jsonpath": ">0.2",
1918
"fzaninotto/faker": "^1.6",
2019
"monolog/monolog": "^1.0",
@@ -36,6 +35,9 @@
3635
"php-coveralls/php-coveralls": "^1.0",
3736
"symfony/stopwatch": "~3.4.6"
3837
},
38+
"suggest": {
39+
"epfremme/swagger-php": "^2.0"
40+
},
3941
"autoload": {
4042
"files": ["src/Magento/FunctionalTestingFramework/_bootstrap.php"],
4143
"psr-4": {

composer.lock

Lines changed: 34 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)