Skip to content

Commit 9b979d2

Browse files
authored
Merge pull request #376 from magento-gl/MFTF_4.6.2_RC
MFTF_4.6.2_RC : MFTF 4.7.0 Release Check List
2 parents 980ce73 + ecaf564 commit 9b979d2

File tree

5 files changed

+714
-650
lines changed

5 files changed

+714
-650
lines changed

Diff for: CHANGELOG.md

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

4+
4.7.0
5+
---------
6+
### Enhancements
7+
* Bumped all symfony dependencies to `^6.0
8+
* Unit Test for PTS enabled doesn't apply filter fix
9+
410
4.6.1
511
---------
612
### Enhancements

Diff for: composer.json

+23-17
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.6.1",
5+
"version": "4.7.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
99
"sort-packages": true
1010
},
1111
"require": {
12-
"php": ">=8.1",
13-
"ext-curl": "*",
14-
"ext-dom": "*",
15-
"ext-iconv": "*",
16-
"ext-intl": "*",
17-
"ext-json": "*",
18-
"ext-openssl": "*",
1912
"allure-framework/allure-codeception": "^2.1",
2013
"allure-framework/allure-phpunit": "^2",
2114
"aws/aws-sdk-php": "^3.132",
@@ -25,22 +18,35 @@
2518
"codeception/module-webdriver": "^3.0",
2619
"composer/composer": "^1.9||^2.0,!=2.2.16",
2720
"csharpru/vault-php": "^4.2.1",
21+
"ext-curl": "*",
22+
"ext-dom": "*",
23+
"ext-iconv": "*",
24+
"ext-intl": "*",
25+
"ext-json": "*",
26+
"ext-openssl": "*",
2827
"guzzlehttp/guzzle": "^7.3.0",
2928
"laminas/laminas-diactoros": "^3.0",
3029
"monolog/monolog": "^2.3",
3130
"mustache/mustache": "~2.5",
3231
"nikic/php-parser": "^4.4",
32+
"php": ">=8.1",
3333
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0||^11.0",
35-
"symfony/console": "^5.4||^6.0",
36-
"symfony/string": "^5.4||^6.0",
37-
"symfony/dotenv": "^5.3||^6.0",
38-
"symfony/finder": "^5.0||^6.0",
39-
"symfony/http-foundation": "^5.0||^6.0",
40-
"symfony/mime": "^5.0||^6.0",
41-
"symfony/process": "^5.0||^6.0",
42-
"weew/helpers-array": "^1.3",
43-
"doctrine/annotations": "^2.0"
35+
"symfony/config": "^6.4",
36+
"symfony/console": "^5.4||^6.4",
37+
"symfony/dependency-injection": "^6.4",
38+
"symfony/dotenv": "^6.4",
39+
"symfony/filesystem": "^6.4",
40+
"symfony/finder": "^6.4",
41+
"symfony/http-foundation": "^6.4",
42+
"symfony/mime": "^6.4",
43+
"symfony/process": "^6.4",
44+
"symfony/stopwatch": "^6.4",
45+
"symfony/string": "^6.4",
46+
"symfony/var-exporter": "^6.4",
47+
"symfony/css-selector": "^6.4",
48+
"symfony/event-dispatcher": "^6.4",
49+
"weew/helpers-array": "^1.3"
4450
},
4551
"require-dev": {
4652
"brainmaestro/composer-git-hooks": "^2.8.5",

0 commit comments

Comments
 (0)