Skip to content

Commit a2e3025

Browse files
[Validator] v4 conflicts with translation v5
1 parent 89e0db1 commit a2e3025

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
@@ -34,7 +34,7 @@
3434
"symfony/cache": "^3.4|^4.0|^5.0",
3535
"symfony/property-access": "^3.4|^4.0|^5.0",
3636
"symfony/property-info": "^3.4|^4.0|^5.0",
37-
"symfony/translation": "^4.2|^5.0",
37+
"symfony/translation": "^5.0",
3838
"doctrine/annotations": "~1.0",
3939
"doctrine/cache": "~1.0",
4040
"egulias/email-validator": "^1.2.8|~2.0"
@@ -44,7 +44,7 @@
4444
"symfony/dependency-injection": "<3.4",
4545
"symfony/http-kernel": "<3.4",
4646
"symfony/intl": "<4.3",
47-
"symfony/translation": "<4.2",
47+
"symfony/translation": "<5.0",
4848
"symfony/yaml": "<3.4"
4949
},
5050
"suggest": {

0 commit comments

Comments
 (0)