diff --git a/composer.json b/composer.json index 8a9e61f..0878b98 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers" }, "require": { - "php": "^7.1.3", - "illuminate/database": "^5.6|^6.0|^7.0", - "illuminate/http": "^5.6|^6.0|^7.0", - "illuminate/support": "^5.6|^6.0|^7.0", + "php": "^7.1.3|^8.0", + "illuminate/database": "^5.6|^6.0|^7.0|^8.0", + "illuminate/http": "^5.6|^6.0|^7.0|^8.0", + "illuminate/support": "^5.6|^6.0|^7.0|^8.0", "nesbot/carbon": "^1.20|^2.0" }, "autoload": {