Skip to content

Commit 791fef6

Browse files
committed
prevent incompatible Translator implementations to be used
1 parent f6a9725 commit 791fef6

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
@@ -31,7 +31,7 @@
3131
"symfony/expression-language": "^4.4|^5.0|^6.0",
3232
"symfony/http-foundation": "^5.3|^6.0",
3333
"symfony/ldap": "^4.4|^5.0|^6.0",
34-
"symfony/translation": "^4.4|^5.0|^6.0",
34+
"symfony/translation": "^5.4.35|~6.3.12|^6.4.3",
3535
"symfony/validator": "^5.2|^6.0",
3636
"psr/log": "^1|^2|^3"
3737
},
@@ -40,6 +40,7 @@
4040
"symfony/http-foundation": "<5.3",
4141
"symfony/security-guard": "<4.4",
4242
"symfony/ldap": "<4.4",
43+
"symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
4344
"symfony/validator": "<5.2"
4445
},
4546
"suggest": {

0 commit comments

Comments
 (0)