Skip to content

Commit d333743

Browse files
authored
Merge pull request #411 from magento-commerce/MFTF4.8.2
ACQE-6910 | MFTF Component Health - October Release
2 parents d156675 + 6791318 commit d333743

File tree

3 files changed

+318
-308
lines changed

3 files changed

+318
-308
lines changed

CHANGELOG.md

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

4+
4.8.2
5+
---------
6+
### Enhancements
7+
* Bumped brainmaestro/composer-git-hook to ^3.0
8+
* Bumped nikic/php-parser to 5.1.0
9+
* Bumped monolog/monolog to 3.7.0
10+
* Bumped guzzlehttp/guzzle to 7.9.2
11+
412
4.8.1
513
---------
614
### Enhancements

composer.json

+5-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.8.1",
5+
"version": "4.8.2",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -33,7 +33,7 @@
3333
"php-webdriver/webdriver": "^1.14.0",
3434
"spomky-labs/otphp": "^10.0||^11.0",
3535
"symfony/config": "^6.4",
36-
"symfony/console": "^5.4||^6.4",
36+
"symfony/console": "^6.4",
3737
"symfony/dependency-injection": "^6.4",
3838
"symfony/dotenv": "^6.4",
3939
"symfony/filesystem": "^6.4",
@@ -46,10 +46,12 @@
4646
"symfony/var-exporter": "^6.4",
4747
"symfony/css-selector": "^6.4",
4848
"symfony/event-dispatcher": "^6.4",
49+
"symfony/var-dumper": "^6.4||^7.0",
50+
"symfony/yaml": "^6.4||^7.0",
4951
"weew/helpers-array": "^1.3"
5052
},
5153
"require-dev": {
52-
"brainmaestro/composer-git-hooks": "^2.8.5",
54+
"brainmaestro/composer-git-hooks": "^3.0",
5355
"php-coveralls/php-coveralls": "^1.0||^2.2",
5456
"phpmd/phpmd": "^2.8.0",
5557
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)