Skip to content

Commit cef9ad1

Browse files
committed
MQE-1660: Bump MFTF version in Magento
- Provide valid MTF dependency
1 parent af4c6c5 commit cef9ad1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

dev/tests/functional/composer.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"require": {
66
"php": "~7.1.3||~7.2.0||~7.3.0",
7-
"magento/mtf": "dev-MC-17912",
7+
"magento/mtf": "1.0.0-rc64",
88
"allure-framework/allure-phpunit": "~1.2.0",
99
"doctrine/annotations": "1.4.*",
1010
"phpunit/phpunit": "~6.5.0",
@@ -19,11 +19,5 @@
1919
"Magento\\": ["lib/Magento/", "testsuites/Magento", "generated/Magento/", "tests/app/Magento/"],
2020
"Test\\": "generated/Test/"
2121
}
22-
},
23-
"repositories": [
24-
{
25-
"type": "vcs",
26-
"url": "https://github.com/magento-techdivision/mtf.git"
27-
}
28-
]
22+
}
2923
}

0 commit comments

Comments
 (0)