From a3aa3e4cbee94973b907d46c9ea9783dc11e0223 Mon Sep 17 00:00:00 2001 From: Abed Halawi Date: Mon, 16 Dec 2013 18:11:06 +0200 Subject: [PATCH] Update composer to require the latest laravel 4.* framework version instead of 4.0.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c7978f..427cd03 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x" + "illuminate/support": "4.*" }, "require-dev": {