From c307510ba77fb6f83406018f1d39d6260d8fd317 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:34:36 +0000 Subject: [PATCH] chore(deps): update phpstan packages to v2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 62196be..9002e74 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,9 @@ "doctrine/coding-standard": "^12.0", "infection/infection": "^0.29.0", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "1.12.10", - "phpstan/phpstan-phpunit": "1.4.1", - "phpstan/phpstan-strict-rules": "1.6.1", + "phpstan/phpstan": "2.0.3", + "phpstan/phpstan-phpunit": "2.0.1", + "phpstan/phpstan-strict-rules": "2.0.0", "phpunit/phpunit": "^11.0", "thecodingmachine/phpstan-safe-rule": "^1.0" },