Skip to content

Commit f44f28c

Browse files
authored
Merge pull request #327 from magento-gl/MFTF_4.4.0_Release
MFTF 4.4.0 Release PR
2 parents 0f30611 + dad510a commit f44f28c

File tree

9 files changed

+322
-133
lines changed

9 files changed

+322
-133
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
4.4.0
5+
---------
6+
### Enhancements
7+
* Bumped `doctrine/annotations` dependency to `^2.0`.
8+
* Bumped `squizlabs/php_codesniffer` dependency to `^3.7`.
9+
* Bumped `php-webdriver/webdriver` dependency to `^1.14`.
10+
* Bumped `symfony/string` dependency to `^6.3`.
11+
* Bumped `symfony/dotenv` dependency to `^6.3`.
12+
* Bumped `symfony/finder` dependency to `^6.3`.
13+
* Bumped `symfony/http-foundation` dependency to `^6.3`.
14+
* Bumped `symfony/mime` dependency to `^6.3`.
15+
* Enhanced MFTF Modularity Test with "allow failure list".
16+
417
4.3.4
518
---------
619
### Fixes

Diff for: composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.3.4",
5+
"version": "4.4.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -30,17 +30,17 @@
3030
"monolog/monolog": "^2.3",
3131
"mustache/mustache": "~2.5",
3232
"nikic/php-parser": "^4.4",
33-
"php-webdriver/webdriver": "^1.9.0 <1.14.0",
33+
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0",
3535
"symfony/console": "^4.4||^5.4",
36-
"symfony/string": "^5.4",
37-
"symfony/dotenv": "^5.3",
38-
"symfony/finder": "^5.0",
39-
"symfony/http-foundation": "^5.0",
40-
"symfony/mime": "^5.0",
41-
"symfony/process": "^4.4||^5.4",
36+
"symfony/string": "^5.4||^6.3",
37+
"symfony/dotenv": "^5.3||^6.3",
38+
"symfony/finder": "^5.0||^6.3",
39+
"symfony/http-foundation": "^5.0||^6.3",
40+
"symfony/mime": "^5.0||^6.3",
41+
"symfony/process": "<=5.4.23",
4242
"weew/helpers-array": "^1.3",
43-
"doctrine/annotations": "^1.13"
43+
"doctrine/annotations": "^2.0"
4444
},
4545
"require-dev": {
4646
"brainmaestro/composer-git-hooks": "^2.3.1",
@@ -49,7 +49,7 @@
4949
"phpmd/phpmd": "^2.8.0",
5050
"phpunit/phpunit": "<=9.5.20",
5151
"sebastian/phpcpd": "~6.0.0",
52-
"squizlabs/php_codesniffer": "~3.6.0"
52+
"squizlabs/php_codesniffer": "~3.7.0"
5353
},
5454
"suggest": {
5555
"hoa/console": "Enables <pause /> action and interactive console functionality"

0 commit comments

Comments
 (0)