diff --git a/composer.json b/composer.json index 5b8d688..d29b106 100644 --- a/composer.json +++ b/composer.json @@ -8,13 +8,13 @@ }], "require": { "php": ">=7.1.0", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0.0", "squizlabs/php_codesniffer": "^3.0.0", "phpunit/php-code-coverage": "^6.0.0", - "illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" + "illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" }, "autoload": { "psr-4": {