Skip to content

Commit 695d92a

Browse files
authored
Merge pull request #470 from magento-commerce/MFTF_5.1.0
MFTF 5.1.0
2 parents 2eac159 + 3ac8465 commit 695d92a

File tree

7 files changed

+640
-418
lines changed

7 files changed

+640
-418
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
5.1.0
5+
---------
6+
### Enhancements
7+
* Bumped aws/aws-sdk-php package to 3.362.1
8+
* Bumped codeception/module-asserts to 3.2.1
9+
* Bumped composer/composer to 2.9.2
10+
* Bumped guzzlehttp/guzzle to 7.10.0
11+
* Bumped laminas/laminas-diactoros to 3.8.0
12+
* Bumped mustache/mustache to 3.0.0
13+
* Bumped nikic/php-parser to 5.6.2
14+
* Bumped symfony/console to 7.3.6
15+
* Bumped symfony/string to 7.3.4
16+
* Bumped symfony/dotenv to 7.3.2
17+
* Bumped symfony/finder to 7.3.5
18+
* Bumped symfony/http-foundation to 7.3.7
19+
* Bumped symfony/mime to 7.3.4
20+
* Bumped symfony/process to 7.3.4
21+
* Bumped squizlabs/php_codesniffer to 4.0.12025
22+
* Bumped php-coveralls/php-coveralls to 2.9.0
23+
* Added support for symfony ^7.0
24+
425
5.0.6
526
---------
627
### Fixes

composer.json

Lines changed: 9 additions & 9 deletions
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": "5.0.6",
5+
"version": "5.1.0",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -25,24 +25,24 @@
2525
"guzzlehttp/guzzle": "^7.3.0",
2626
"laminas/laminas-diactoros": "^3.0",
2727
"monolog/monolog": "^2.3||^3.0",
28-
"mustache/mustache": "~2.5",
28+
"mustache/mustache": "~2.5||^3.0",
2929
"nikic/php-parser": "^4.4||^5.0",
30-
"php": ">=8.2",
30+
"php": "^8.2",
3131
"php-webdriver/webdriver": "^1.14.0",
3232
"spomky-labs/otphp": "^10.0||^11.0",
33-
"symfony/console": "^6.4",
34-
"symfony/dotenv": "^6.4",
35-
"symfony/finder": "^6.4",
36-
"symfony/mime": "^6.4",
37-
"symfony/process": "^6.4",
33+
"symfony/console": "^7.0",
34+
"symfony/dotenv": "^7.0",
35+
"symfony/finder": "^7.0",
36+
"symfony/mime": "^7.0",
37+
"symfony/process": "^7.0",
3838
"weew/helpers-array": "^1.3"
3939
},
4040
"require-dev": {
4141
"brainmaestro/composer-git-hooks": "^3.0",
4242
"php-coveralls/php-coveralls": "^1.0||^2.2",
4343
"phpmd/phpmd": "^2.8.0",
4444
"phpunit/phpunit": "^10.0",
45-
"squizlabs/php_codesniffer": "~3.10.1"
45+
"squizlabs/php_codesniffer": "~3.11.0"
4646
},
4747
"suggest": {
4848
"hoa/console": "Enables <pause /> action and interactive console functionality"

0 commit comments

Comments
 (0)