diff --git a/composer.json b/composer.json index bade108..c56f39b 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ "require": { "ext-json": "*", "php": ">=8.0", - "illuminate/config": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/contracts": "^9.0|^10.0|^11.0", - "illuminate/console": "^9.0|^10.0|^11.0" + "illuminate/config": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/console": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "mockery/mockery": "^1.0", "phpunit/phpunit": "^9.3|^10.5", - "vimeo/psalm": "^5.15" + "vimeo/psalm": "^5.15|^6.6" }, "autoload": { "psr-4": {