Skip to content

Commit ef54888

Browse files
author
Joan He
committed
MAGETWO-89350: php version in composer.json of some components is inconsistent with php version in root composer.json
- fix mftf and mtf composer.json files
1 parent ea56254 commit ef54888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/acceptance/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/process": ">=2.7 <3.4",
2323
"henrikbjorn/lurker": "^1.2",
2424
"magento/magento2-functional-testing-framework": "~2.1.1",
25-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
25+
"php": "~7.1.3||~7.2.0",
2626
"vlucas/phpdotenv": "~2.4"
2727
},
2828
"autoload": {

dev/tests/functional/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sort-packages": true
44
},
55
"require": {
6-
"php": "7.0.2|~7.0.6|~7.1.0|~7.2.0",
6+
"php": "~7.1.3||~7.2.0",
77
"magento/mtf": "1.0.0-rc60",
88
"allure-framework/allure-phpunit": "~1.2.0",
99
"doctrine/annotations": "1.4.*",

0 commit comments

Comments
 (0)