Skip to content

Commit ea836ee

Browse files
committed
prevent incompatible Translator implementations to be used
1 parent 9b5d864 commit ea836ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"symfony/http-kernel": "^4.4|^5.0|^6.0",
4040
"symfony/intl": "^4.4|^5.0|^6.0",
4141
"symfony/security-csrf": "^4.4|^5.0|^6.0",
42-
"symfony/translation": "^4.4|^5.0|^6.0",
42+
"symfony/translation": "^5.4.35|~6.3.12|^6.4.3",
4343
"symfony/var-dumper": "^4.4|^5.0|^6.0",
4444
"symfony/uid": "^5.1|^6.0"
4545
},
@@ -50,7 +50,7 @@
5050
"symfony/error-handler": "<4.4.5",
5151
"symfony/framework-bundle": "<4.4",
5252
"symfony/http-kernel": "<4.4",
53-
"symfony/translation": "<4.4",
53+
"symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
5454
"symfony/translation-contracts": "<1.1.7",
5555
"symfony/twig-bridge": "<5.4.21|>=6,<6.2.7"
5656
},

0 commit comments

Comments
 (0)