From 949d9e669f878619f215e70ea4b9d5211d45d56d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:31:50 +0000 Subject: [PATCH] chore(deps): update phpstan packages --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 650d5cc..1f92319 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.12.*@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.6.*@dev" }, "suggest": { "ext-json": "Use JSON for string detection",