From e1c14abf6c5faf8da271fa4581f13d86c4a52fac Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 31 Dec 2014 15:51:52 +0000 Subject: [PATCH] Lowered symfony/http-foundation to ~2.4 so Laravel can use it --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c2657bed..62639269 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "symfony/http-foundation": "~2.5", + "symfony/http-foundation": "~2.4", "league/event": "1.0.*" }, "require-dev": {