Skip to content

Commit e008e80

Browse files
authored
Merge pull request #4583 from magento-pangolin/MFTF2.4.3-2.3-Bump
MQE-1660: Bump MFTF version in Magento
2 parents 4613a93 + cef9ad1 commit e008e80

File tree

3 files changed

+41
-45
lines changed

3 files changed

+41
-45
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"friendsofphp/php-cs-fixer": "~2.14.0",
8888
"lusitanian/oauth": "~0.8.10",
8989
"magento/magento-coding-standard": "~3.0.0",
90-
"magento/magento2-functional-testing-framework": "2.4.1",
90+
"magento/magento2-functional-testing-framework": "2.4.3",
9191
"pdepend/pdepend": "2.5.2",
9292
"phpmd/phpmd": "@stable",
9393
"phpunit/phpunit": "~6.5.0",

composer.lock

+38-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)