From 7426d375c8e41713da43be36bf75455e27efcaad Mon Sep 17 00:00:00 2001 From: Marc Aschmann Date: Wed, 2 Nov 2016 07:19:36 +0000 Subject: [PATCH] Define Version range for yaml component to keep compatibility with symfony 2.7-3.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9cadd53..3ba99cb 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.4.0", - "symfony/yaml": "^3.1" + "symfony/yaml": ">=2.7 <=4.0" }, "require-dev": { "phpunit/phpunit": "<5.0",