Skip to content

Commit e8b868e

Browse files
ACQE-9157: Symfony updated from 7.3 to 7.4
1 parent 4e67223 commit e8b868e

File tree

2 files changed

+317
-149
lines changed

2 files changed

+317
-149
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
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",
3840
"weew/helpers-array": "^1.3"
3941
},
4042
"require-dev": {

0 commit comments

Comments
 (0)