diff --git a/composer.json b/composer.json index 2246507..146ca8c 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "prefer-stable": true, "require": { "php": "^8.0|^8.1", - "illuminate/database": "^9.0", - "illuminate/support": "^9.0", - "illuminate/view": "^9.0", + "illuminate/database": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", + "illuminate/view": "^9.0|^10.0", "rapidez/account": ">=0.13.3", - "rapidez/core": "~0.77" + "rapidez/core": "~0.77|^1.0" }, "autoload": { "psr-4": {