diff --git a/composer.json b/composer.json index acbace3..8b4e502 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,10 @@ } ], "require": { - "illuminate/support": "^9.0|^10.2", + "illuminate/config": "^9.0|^10.2", "illuminate/console": "^9.0|^10.2", - "illuminate/config": "^9.0|^10.2" + "illuminate/database": "^9.0|^10.2", + "illuminate/support": "^9.0|^10.2" }, "extra": { "laravel": {