8000 minor #53427 [Form][Security][Validator] prevent incompatible Transla… · symfony/validator@c5d986c · GitHub
[go: up one dir, main page]

Skip to content

Commit c5d986c

Browse files
minor #53427 [Form][Security][Validator] prevent incompatible Translator implementations to be used (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Form][Security][Validator] prevent incompatible Translator implementations to be used | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony/symfony#53404 (comment) | License | MIT Commits ------- 86a21dd578 prevent incompatible Translator implementations to be used
2 parents 6077231 + 22757d3 commit c5d986c

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
@@ -40,7 +40,7 @@
4040
"symfony/mime": "^4.4|^5.0|^6.0",
4141
"symfony/property-access": "^4.4|^5.0|^6.0",
4242
"symfony/property-info": "^5.3|^6.0",
43-
"symfony/translation": "^4.4|^5.0|^6.0",
43+
"symfony/translation": "^5.4.35|~6.3.12|^6.4.3",
4444
"doctrine/annotations": "^1.13|^2",
4545
"doctrine/cache": "^1.11|^2.0",
4646
"egulias/email-validator": "^2.1.10|^3|^4"
@@ -54,7 +54,7 @@
5454
"symfony/http-kernel": "<4.4",
5555
"symfony/intl": "<4.4",
5656
"symfony/property-info": "<5.3",
57-
"symfony/translation": "<4.4",
57+
"symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
5858
"symfony/yaml": "<4.4"
5959
},
6060
"suggest": {

0 commit comments

Comments
 (0)
0