diff --git a/composer.json b/composer.json index b0a37d9..ea90f4b 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/database": "^8.0" + "php": "^8.0", + "illuminate/database": "^9.0" }, "require-dev": { },