diff --git a/composer.json b/composer.json index e61f6c6..be407be 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.4.0", - "illuminate/view": "5.*", - "illuminate/support": "5.*" + "illuminate/view": "^5.0 || ^6.0", + "illuminate/support": "^5.0 || ^6.0" }, "require-dev": { "phpspec/phpspec": "2.0.*@dev",