From 81266903d7330af1e3bc0a178471b79c8b9d3426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Sun, 29 Dec 2024 16:03:35 +0100 Subject: [PATCH] Require phpstan/phpstan:^2 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b3d7ce1..47858d9 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,10 @@ "infection/infection": "^0.26.0|^0.27.0|^0.28.0|^0.29.0", "orisai/coding-standard": "^3.0.0", "phpstan/extension-installer": "^1.0.0", - "phpstan/phpstan": "^1.0.0", - "phpstan/phpstan-deprecation-rules": "^1.0.0", - "phpstan/phpstan-phpunit": "^1.0.0", - "phpstan/phpstan-strict-rules": "^1.0.0", + "phpstan/phpstan": "^2.0.0", + "phpstan/phpstan-deprecation-rules": "^2.0.0", + "phpstan/phpstan-phpunit": "^2.0.0", + "phpstan/phpstan-strict-rules": "^2.0.0", "phpunit/phpunit": "^9.5.0", "staabm/annotate-pull-request-from-checkstyle": "^1.7.0" },