diff --git a/composer.json b/composer.json index 390d556..958964d 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "php": "^7.3|^7.4", - "illuminate/support": "^8.9", - "illuminate/database": "^8.9" + "illuminate/support": "^8.0", + "illuminate/database": "^8.0" }, "require-dev": { - "illuminate/pagination": "^8.9", + "illuminate/pagination": "^8.0", "phpunit/phpunit": "^8.4|^9.0" }, "autoload": {