Skip to content

Commit a7bbc8e

Browse files
authored
Merge pull request #438 from magento-commerce/MFTF5.0.0_ver1
MFTF 5.0.0 Release
2 parents 799536c + 6ec4dfb commit a7bbc8e

File tree

7 files changed

+295
-270
lines changed

7 files changed

+295
-270
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Magento Functional Testing Framework Changelog
77
* Provided support for PHP 8.4
88
* Dropped the support for PHP 8.1
99
* Removed unwanted dependent packages
10+
* Removed the dependency of codeception/module-sequence and implemented internal adjustments to address PHP 8.4 deprecations.
1011

1112
4.8.3
1213
---------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"aws/aws-sdk-php": "^3.132",
1414
"codeception/codeception": "^5.0",
1515
"codeception/module-asserts": "^3.0",
16-
"codeception/module-sequence": "^3.0",
1716
"codeception/module-webdriver": "^4.0",
1817
"composer/composer": "^1.9||^2.0,!=2.2.16",
1918
"csharpru/vault-php": "^4.2.1",
@@ -72,3 +71,4 @@
7271
},
7372
"bin": ["bin/mftf"]
7473
}
74+

0 commit comments

Comments
 (0)