diff --git a/composer.json b/composer.json index 650d5cc..fc119f1 100644 --- a/composer.json +++ b/composer.json @@ -37,10 +37,10 @@ }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0", - "phpstan/phpstan": "1.9.*@dev", - "phpstan/phpstan-strict-rules": "1.4.*@dev", + "phpstan/phpstan": "1.11.*@dev", + "phpstan/phpstan-strict-rules": "1.6.*@dev", "thecodingmachine/phpstan-strict-rules": "1.0.*@dev", - "voku/phpstan-rules": "3.1.*@dev" + "voku/phpstan-rules": "3.4.*@dev" }, "suggest": { "ext-json": "Use JSON for string detection",