From aeabf9d97313e1dcf82d8104a6f98d1dfe238292 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Wed, 13 Nov 2024 22:06:05 +0100 Subject: [PATCH] Update phpstan to 2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 99a7322..32759f9 100644 --- a/composer.json +++ b/composer.json @@ -23,14 +23,14 @@ }, "require-dev": { "phpunit/phpunit": "^9.6", - "phpstan/phpstan": "^1.12", + "phpstan/phpstan": "^2.0", "infection/infection": "^0.27", "vimeo/psalm": "^5.22", "psalm/plugin-phpunit": "^0.18.4", "doctrine/coding-standard": "^12.0", "squizlabs/php_codesniffer": "^3.9", - "phpstan/phpstan-strict-rules": "^1.5", - "phpstan/phpstan-deprecation-rules": "^1.2" + "phpstan/phpstan-strict-rules": "^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0" }, "autoload": { "psr-4": {