From 5727e4a222951befd3c5058e644356b0d64f9866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:41:37 +0000 Subject: [PATCH] [TASK] Update PHPStan (^1.3 => ^2.0) (#47) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 979c172..35a121e 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.3", - "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.5" }, "autoload": {