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