diff --git a/composer.json b/composer.json index 0cbd640..98a1ba1 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } }, "require": { - "illuminate/support": "^5.0", - "illuminate/database": "^5.0" + "illuminate/support": "^5.0 || ^6.0", + "illuminate/database": "^5.0 || ^6.0" }, "require-dev": { "phpunit/phpunit": "^5.0",