From d5e8d12b1de1a669c8c34b8b70562818ee84094c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 03:21:54 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2 | datasource | package | from | to | | ---------- | --------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.13 | 2.0.4 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 622e751e..e116b4f2 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "nikic/php-parser": "^4.17.1", - "phpstan/phpstan": "^1.10.47" + "phpstan/phpstan": "^2.0.4" }, "require-dev": { "doctrine/coding-standard": "^12.0.0",