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 +}