diff --git a/composer.json b/composer.json index df5358e..a40be47 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.1.x" + "illuminate/support": "4.x" }, "autoload": { "psr-0": { @@ -17,4 +17,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}