Skip to content

Commit 197f553

Browse files
Merge pull request #68 from magento-gl/symfony-upgrade
ACQE-9157: Symfony updated from 7.3 to 7.4
2 parents 4e67223 + a734b9e commit 197f553

File tree

2 files changed

+326
-79
lines changed

2 files changed

+326
-79
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
"php": "^8.2",
3131
"php-webdriver/webdriver": "^1.14.0",
3232
"spomky-labs/otphp": "^10.0||^11.0",
33-
"symfony/console": "^7.0",
34-
"symfony/dotenv": "^7.0",
35-
"symfony/finder": "^7.0",
36-
"symfony/mime": "^7.0",
37-
"symfony/process": "^7.0",
33+
"symfony/console": "^7.4",
34+
"symfony/intl": "^7.4",
35+
"symfony/mailer": "^7.4",
36+
"symfony/mime": "^7.4",
37+
"symfony/process": "^7.4",
38+
"symfony/string": "^7.4",
39+
"symfony/finder": "^7.4",
40+
"symfony/dotenv": "^7.4",
3841
"weew/helpers-array": "^1.3"
3942
},
4043
"require-dev": {

0 commit comments

Comments
 (0)