From 8d9d989f098b93c515c322a7438f74d08d72faf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 02:39:09 +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..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",