From 2585b281ec4d904485e10ab6e6615255aff444c0 Mon Sep 17 00:00:00 2001 From: "J.T. Grimes" Date: Tue, 8 Oct 2013 08:35:16 -0700 Subject: [PATCH] Updating Laravel version to work with 4.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0761073..19bebaf 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x" + "illuminate/support": "~4" }, "autoload": { "psr-0": { @@ -25,4 +25,4 @@ ] }, "minimum-stability": "dev" -} \ No newline at end of file +}