diff --git a/composer.json b/composer.json index 2975f85..be4f89a 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "require": { "php": "^7.2", "laravel/scout": "8.*", - "illuminate/database": "^6.0|^7.0", - "illuminate/support": "^6.0|^7.0" + "illuminate/database": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^8.0", @@ -35,4 +35,4 @@ } }, "prefer-stable": true -} \ No newline at end of file +}