add new constraints for symfony/validator

This commit is contained in:
Sergey Chazov 2021-08-19 15:03:01 +03:00
parent bd80d2cc92
commit bf3b06d2ab

View File

@ -14,7 +14,7 @@
"require": { "require": {
"php": ">=7.3", "php": ">=7.3",
"ext-json": "*", "ext-json": "*",
"symfony/validator": "^5.3" "symfony/validator": "^3 || ^4 || ^5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5.7", "phpunit/phpunit": "^9.5.7",