diff --git a/composer.json b/composer.json index 2c62dd3..9d48af2 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "minimum-stability": "dev", "require": { "php" : "^7.2", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"|^7.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"" }, "require-dev": { "phpunit/phpunit": "^6.3|^7.0|^8.0",