From 6e92239dd7f14dd18d071981e8a286d960d1750d Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 11 Dec 2015 15:24:13 +0100 Subject: [PATCH] Allow Symfony 3.0. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5cb8fdc4..62a01ec9 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "symfony/http-foundation": "~2.4", + "symfony/http-foundation": "~2.4|~3.0", "league/event": "~2.1" }, "require-dev": {