Skip to content

Commit

Permalink
Merge pull request #376 from magento-gl/MFTF_4.6.2_RC
Browse files Browse the repository at this point in the history
MFTF_4.6.2_RC : MFTF 4.7.0 Release Check List
  • Loading branch information
KevinBKozan authored Jan 10, 2024
2 parents 980ce73 + ecaf564 commit 9b979d2
Show file tree
Hide file tree
Showing 5 changed files with 714 additions and 650 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Magento Functional Testing Framework Changelog
================================================

4.7.0
---------
### Enhancements
* Bumped all symfony dependencies to `^6.0
* Unit Test for PTS enabled doesn't apply filter fix

4.6.1
---------
### Enhancements
Expand Down
40 changes: 23 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
"name": "magento/magento2-functional-testing-framework",
"description": "Magento2 Functional Testing Framework",
"type": "library",
"version": "4.6.1",
"version": "4.7.0",
"license": "AGPL-3.0",
"keywords": ["magento", "automation", "functional", "testing"],
"config": {
"sort-packages": true
},
"require": {
"php": ">=8.1",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-openssl": "*",
"allure-framework/allure-codeception": "^2.1",
"allure-framework/allure-phpunit": "^2",
"aws/aws-sdk-php": "^3.132",
Expand All @@ -25,22 +18,35 @@
"codeception/module-webdriver": "^3.0",
"composer/composer": "^1.9||^2.0,!=2.2.16",
"csharpru/vault-php": "^4.2.1",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.3.0",
"laminas/laminas-diactoros": "^3.0",
"monolog/monolog": "^2.3",
"mustache/mustache": "~2.5",
"nikic/php-parser": "^4.4",
"php": ">=8.1",
"php-webdriver/webdriver": "^1.14.0",
"spomky-labs/otphp": "^10.0||^11.0",
"symfony/console": "^5.4||^6.0",
"symfony/string": "^5.4||^6.0",
"symfony/dotenv": "^5.3||^6.0",
"symfony/finder": "^5.0||^6.0",
"symfony/http-foundation": "^5.0||^6.0",
"symfony/mime": "^5.0||^6.0",
"symfony/process": "^5.0||^6.0",
"weew/helpers-array": "^1.3",
"doctrine/annotations": "^2.0"
"symfony/config": "^6.4",
"symfony/console": "^5.4||^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/finder": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/mime": "^6.4",
"symfony/process": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/string": "^6.4",
"symfony/var-exporter": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/event-dispatcher": "^6.4",
"weew/helpers-array": "^1.3"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8.5",
Expand Down
Loading

0 comments on commit 9b979d2

Please sign in to comment.