Add new constraints for symfony/validator

This commit is contained in:
Alex Lushpai 2021-08-19 15:13:14 +03:00 committed by GitHub
commit 9f521b4cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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