From 7cf2f6e5509d0bc9bed81b438ab6c4bda164cc4d Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 5 Feb 2015 23:11:33 +0200 Subject: [PATCH] Laravel 5 dependency problem L5 uses v2.6 of Symfony's package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49bc61c..47a6ceb 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "symfony/http-foundation": "2.4.*" + "symfony/http-foundation": "2.6.*" }, "require-dev": { "phpunit/phpunit": "4.0.*",