From cafcdfd8a6261f14e9e5f14bb011c2e0f0e36a1f Mon Sep 17 00:00:00 2001 From: oscaramidasoft Date: Wed, 6 Sep 2017 07:53:11 +0200 Subject: [PATCH] Removed dependency on symfony/validator, as it is not available on Symfony's 3.1 branch anymore. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5ca3934..3eebcdc 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,7 @@ ], "require": { "php": ">=5.3", - "symfony/symfony": ">=2.5", - "symfony/validator": "~2.6" + "symfony/symfony": ">=2.5" }, "autoload": { "psr-0": { "Xinjia\\SpainValidatorBundle": "" }