[Validator] fix low deps

This commit is contained in:
Nicolas Grekas 2019-12-10 14:43:13 +01:00
parent 894c96bd32
commit 4c50968dd8
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
"symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
"symfony/security-core": "^4.4|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/validator": "^4.4.1|^5.0.1",
"symfony/validator": "^4.4.2|^5.0.2",
"symfony/var-dumper": "^3.4|^4.0|^5.0",
"symfony/translation": "^3.4|^4.0|^5.0",
"doctrine/annotations": "~1.7",
@ -53,7 +53,7 @@
"symfony/http-kernel": "<4.3.7",
"symfony/messenger": "<4.3",
"symfony/security-core": "<4.4",
"symfony/validator": "<4.4.1|<5.0.1,>=5.0"
"symfony/validator": "<4.4.2|<5.0.2,>=5.0"
},
"suggest": {
"symfony/form": "",