From b7fadce23a12ff2d92de897580fc915f1ddde818 Mon Sep 17 00:00:00 2001 From: Mantas Var Date: Tue, 9 May 2017 09:15:31 +0300 Subject: [PATCH] Update composer.json Fixed incorrect version requirement. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aaca33f0633..45272a73d02 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/property-access": "^2.7 || ^3.0", "symfony/property-info": "^3.1", "symfony/serializer": "^3.1", - "willdurand/negotiation": "^2.0.3 <2.3" + "willdurand/negotiation": "^2.0.3, <2.3" }, "require-dev": { "behat/behat": "^3.1",