From 14a3cf82fef834ec82ed115115c213142a1929cd Mon Sep 17 00:00:00 2001 From: mbeech Date: Tue, 24 Sep 2013 10:30:56 +0100 Subject: [PATCH] Update composer.json To include Laravel 4.1 and above --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6b0809a..2805122 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x", + "illuminate/support": "~4", "mustache/mustache": "dev-master" }, "autoload": { @@ -22,4 +22,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}