Skip to content

Commit

Permalink
Merge pull request #411 from magento-commerce/MFTF4.8.2
Browse files Browse the repository at this point in the history
ACQE-6910 | MFTF Component Health - October Release
  • Loading branch information
KevinBKozan authored Aug 29, 2024
2 parents d156675 + 6791318 commit d333743
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 308 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Magento Functional Testing Framework Changelog
================================================

4.8.2
---------
### Enhancements
* Bumped brainmaestro/composer-git-hook to ^3.0
* Bumped nikic/php-parser to 5.1.0
* Bumped monolog/monolog to 3.7.0
* Bumped guzzlehttp/guzzle to 7.9.2

4.8.1
---------
### Enhancements
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "4.8.1",
"version": "4.8.2",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"php-webdriver/webdriver": "^1.14.0",
"spomky-labs/otphp": "^10.0||^11.0",
"symfony/config": "^6.4",
"symfony/console": "^5.4||^6.4",
"symfony/console": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/filesystem": "^6.4",
Expand All @@ -46,10 +46,12 @@
"symfony/var-exporter": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/var-dumper": "^6.4||^7.0",
"symfony/yaml": "^6.4||^7.0",
"weew/helpers-array": "^1.3"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8.5",
"brainmaestro/composer-git-hooks": "^3.0",
"php-coveralls/php-coveralls": "^1.0||^2.2",
"phpmd/phpmd": "^2.8.0",
"phpunit/phpunit": "^10.0",
Expand Down
Loading

0 comments on commit d333743

Please sign in to comment.