Skip to content

Commit 036c0db

Browse files
authored
Merge pull request #387 from magento-gl/MFTF-4.7.1-RC
MFTF 4.7.1 : Release PR of MFTF 4.7.1
2 parents 9b979d2 + b39fc21 commit 036c0db

File tree

4 files changed

+155
-534
lines changed

4 files changed

+155
-534
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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+
413
4.7.0
514
---------
615
### Enhancements

Diff for: bin/static-checks

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ echo ""
1616
echo "==============================="
1717
echo " COPY PASTE DETECTOR"
1818
echo "==============================="
19-
vendor/bin/phpcpd ./src
20-
echo ""
2119

2220
echo "==============================="
2321
echo " MESS DETECTOR"

Diff for: composer.json

+3-5
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.7.0",
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",
@@ -50,11 +50,9 @@
5050
},
5151
"require-dev": {
5252
"brainmaestro/composer-git-hooks": "^2.8.5",
53-
"codacy/coverage": "^1.4",
5453
"php-coveralls/php-coveralls": "^1.0||^2.2",
5554
"phpmd/phpmd": "^2.8.0",
5655
"phpunit/phpunit": "^9.5",
57-
"sebastian/phpcpd": "~6.0.0",
5856
"squizlabs/php_codesniffer": "~3.7.0"
5957
},
6058
"suggest": {

0 commit comments

Comments
 (0)