Skip to content

Commit

Permalink
Merge pull request #438 from magento-commerce/MFTF5.0.0_ver1
Browse files Browse the repository at this point in the history
MFTF 5.0.0 Release
  • Loading branch information
KevinBKozan authored Jan 7, 2025
2 parents 799536c + 6ec4dfb commit a7bbc8e
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 270 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Magento Functional Testing Framework Changelog
* Provided support for PHP 8.4
* Dropped the support for PHP 8.1
* Removed unwanted dependent packages
* Removed the dependency of codeception/module-sequence and implemented internal adjustments to address PHP 8.4 deprecations.

4.8.3
---------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"aws/aws-sdk-php": "^3.132",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-sequence": "^3.0",
"codeception/module-webdriver": "^4.0",
"composer/composer": "^1.9||^2.0,!=2.2.16",
"csharpru/vault-php": "^4.2.1",
Expand Down Expand Up @@ -72,3 +71,4 @@
},
"bin": ["bin/mftf"]
}

Loading

0 comments on commit a7bbc8e

Please sign in to comment.