diff --git a/composer.json b/composer.json index 90d4ae8..48d56ce 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/contracts": "^7.2|^8.0", - "illuminate/support": "^7.2|^8.0", - "illuminate/config": "^7.2|^8.0", + "illuminate/contracts": "^7.2|^8.0|^9.0", + "illuminate/support": "^7.2|^8.0|^9.0", + "illuminate/config": "^7.2|^8.0|^9.0", "moneyphp/money": "^4.0", - "illuminate/database": "^7.2|^8.0" + "illuminate/database": "^7.2|^8.0|^9.0" }, "require-dev": { "ext-bcmath": "*",