From 5271a0e3a56b39d1488776723868a2abe02a466c Mon Sep 17 00:00:00 2001 From: Charles Peterson Date: Fri, 31 Oct 2014 12:33:26 -0500 Subject: [PATCH] attempting illuminate support for 4.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3837337..bee95e1 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.1.*" + "illuminate/support": "4.*" }, "require-dev":{ "phpunit/phpunit": "3.7.*",