diff --git a/composer.json b/composer.json index e7452c6..daf984d 100644 --- a/composer.json +++ b/composer.json @@ -19,18 +19,18 @@ "require": { "php": "^8.0", "ext-json": "*", - "illuminate/contracts": "^7.2|^8.0|^9.0|^10.0", - "illuminate/support": "^7.2|^8.0|^9.0|^10.0", - "illuminate/config": "^7.2|^8.0|^9.0|^10.0", + "illuminate/contracts": "^7.2|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^7.2|^8.0|^9.0|^10.0|^11.0", + "illuminate/config": "^7.2|^8.0|^9.0|^10.0|^11.0", "moneyphp/money": "^4.0", - "illuminate/database": "^7.30|^8.40|^9.0|^10.0" + "illuminate/database": "^7.30|^8.40|^9.0|^10.0|^11.0" }, "require-dev": { "ext-bcmath": "*", "ext-gmp": "*", "ext-intl": "*", - "phpunit/phpunit": "^9.0", - "orchestra/testbench": "^6.20|^8.0", + "phpunit/phpunit": "^9.0|^10.5", + "orchestra/testbench": "^6.20|^8.0|^9.0", "vimeo/psalm": "^4.9|^5.6" }, "autoload": {