diff --git a/composer.json b/composer.json index 6b0809a..2805122 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.0.x", + "illuminate/support": "~4", "mustache/mustache": "dev-master" }, "autoload": { @@ -22,4 +22,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}