diff --git a/composer.json b/composer.json index 5867fc2..6a110ef 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ ], "require": { "php": ">=7.0", - "illuminate/console": "~5.5|^6.0|^7.0", - "illuminate/database": "~5.5|^6.0|^7.0", - "illuminate/support": "~5.5|^6.0|^7.0", - "illuminate/view": "~5.5|^6.0|^7.0", + "illuminate/console": "~5.5|^6.0|^7.0|^8.0", + "illuminate/database": "~5.5|^6.0|^7.0|^8.0", + "illuminate/support": "~5.5|^6.0|^7.0|^8.0", + "illuminate/view": "~5.5|^6.0|^7.0|^8.0", "laravel/scout": "^6.0|^7.0|^8.0", "lmz/phpanalysis": "^1.0", "teamtnt/tntsearch": "^2.0"