From bf3b06d2ab8fd72dcb82521079c6794ed31aaf53 Mon Sep 17 00:00:00 2001 From: Sergey Chazov Date: Thu, 19 Aug 2021 15:03:01 +0300 Subject: [PATCH] add new constraints for symfony/validator --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44a4d67..167efe8 100644 --- a/composer.json +++ b/composer.json @@ -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",