Skip to content

Commit fe2a58a

Browse files
committed
do not install symfony/intl < 7.4
1 parent cf449e8 commit fe2a58a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/html-sanitizer": "^6.4|^7.0|^8.0",
3838
"symfony/http-foundation": "^6.4|^7.0|^8.0",
3939
"symfony/http-kernel": "^6.4|^7.0|^8.0",
40-
"symfony/intl": "^6.4|^7.0|^8.0",
40+
"symfony/intl": "^7.4|^8.0",
4141
"symfony/security-core": "^6.4|^7.0|^8.0",
4242
"symfony/security-csrf": "^6.4|^7.0|^8.0",
4343
"symfony/translation": "^6.4.3|^7.0.3|^8.0",
@@ -51,6 +51,7 @@
5151
"symfony/error-handler": "<6.4",
5252
"symfony/framework-bundle": "<6.4",
5353
"symfony/http-kernel": "<6.4",
54+
"symfony/intl": "<7.4",
5455
"symfony/translation": "<6.4.3|>=7.0,<7.0.3",
5556
"symfony/translation-contracts": "<2.5",
5657
"symfony/twig-bridge": "<6.4"

0 commit comments

Comments
 (0)