Skip to content

Commit 301f127

Browse files
authored
Merge branch 'develop' into ACQE-5710_ver1
2 parents c9670a7 + 14cb714 commit 301f127

File tree

8 files changed

+362
-114
lines changed

8 files changed

+362
-114
lines changed

Diff for: CHANGELOG.md

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

4+
4.7.1
5+
---------
6+
### Enhancements
7+
* Bumped all symfony dependencies to `^6.0
8+
* Removed abandoned package codacy/coverage
9+
* Removed abandoned package sebastian/phpcpd
10+
* Bumped monolog/monolog to ^3.0
11+
* Bumped nikic/php-parser to ^5.0
12+
13+
4.7.0
14+
---------
15+
### Enhancements
16+
* Bumped all symfony dependencies to `^6.0
17+
* Unit Test for PTS enabled doesn't apply filter fix
18+
419
4.6.1
520
---------
621
### Enhancements

Diff for: composer.json

+3-3
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.6.1",
5+
"version": "4.7.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -26,9 +26,9 @@
2626
"ext-openssl": "*",
2727
"guzzlehttp/guzzle": "^7.3.0",
2828
"laminas/laminas-diactoros": "^3.0",
29-
"monolog/monolog": "^2.3",
29+
"monolog/monolog": "^2.3||^3.0",
3030
"mustache/mustache": "~2.5",
31-
"nikic/php-parser": "^4.4",
31+
"nikic/php-parser": "^4.4||^5.0",
3232
"php": ">=8.1",
3333
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0||^11.0",

0 commit comments

Comments
 (0)