Skip to content

Commit 04c1a7d

Browse files
committed
Upgrade Symfony 5.4 LTS in adobe commerce 2.4.4 and 2.4.5
1 parent a3148fa commit 04c1a7d

File tree

3 files changed

+69
-57
lines changed

3 files changed

+69
-57
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.12.1
5+
---------
6+
7+
### Enhancement
8+
* Remove the symfony process from require-dev in MFTF version used by 2.4.6
9+
410
3.12.0
511
---------
612

composer.json

Lines changed: 4 additions & 4 deletions
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.12.0",
5+
"version": "3.12.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -31,12 +31,12 @@
3131
"nikic/php-parser": "^4.4",
3232
"php-webdriver/webdriver": "^1.9.0",
3333
"spomky-labs/otphp": "^10.0",
34-
"symfony/console": "^4.4||^5.4",
35-
"symfony/dotenv": "^5.3",
34+
"symfony/console": "^5.0",
35+
"symfony/dotenv": "^5.0",
3636
"symfony/finder": "^5.0",
3737
"symfony/http-foundation": "^5.0",
3838
"symfony/mime": "^5.0",
39-
"symfony/process": "^4.4||^5.4",
39+
"symfony/process": "^5.0",
4040
"weew/helpers-array": "^1.3"
4141
},
4242
"require-dev": {

composer.lock

Lines changed: 59 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)