From 96e808b48dad9516a19190250872ade4c43199cc Mon Sep 17 00:00:00 2001 From: Jeremy Vaught Date: Thu, 12 Dec 2013 11:20:32 -0500 Subject: [PATCH] update composer.json for compatibility with Laravel 4.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8990046..27a954a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x" + "illuminate/support": "4.1.*" }, "autoload": { "psr-0": { @@ -18,4 +18,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}