From 13d19d606dec15786424ec46dd7512f9a77e1965 Mon Sep 17 00:00:00 2001 From: Julien Bonvarlet Date: Fri, 12 Sep 2014 17:22:09 +0200 Subject: [PATCH] Fix dependency With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ? --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8da76d6a..34def2f7 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "type": "project", "require": { - "laravel/framework": "4.3.*" + "laravel/framework": "~5.0" }, "require-dev": { "phpunit/phpunit": "~4.0"