Skip to content

Commit 5a6bdf5

Browse files
authored
Merge pull request magento#52 from magento-commerce/MQE-2641
Mqe 2641
2 parents 6866637 + b1158cf commit 5a6bdf5

File tree

3 files changed

+522
-491
lines changed

3 files changed

+522
-491
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
3.5.1
4+
---------
5+
6+
### GitHub Pull Requests:
7+
8+
* [#825](https://github.com/magento/magento2-functional-testing-framework/pull/825) -- Update allure-codeception in order to support php8
9+
310

411
3.5.0
512
---------

composer.json

+2-2
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": "3.5.0",
5+
"version": "3.5.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -15,7 +15,7 @@
1515
"ext-intl": "*",
1616
"ext-json": "*",
1717
"ext-openssl": "*",
18-
"allure-framework/allure-codeception": "~1.4.0",
18+
"allure-framework/allure-codeception": "~1.4.0||~1.5.0",
1919
"aws/aws-sdk-php": "^3.132",
2020
"codeception/codeception": "~4.1.4",
2121
"codeception/module-asserts": "^1.1",

0 commit comments

Comments
 (0)