From 1ce18d768a14d20cea58fcbd5098301c92007160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 03:21:52 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2 | datasource | package | from | to | | ---------- | --------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.10 | 2.0.1 | --- tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/composer.json b/tools/composer.json index 07944f34e..892f80dc2 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,7 +1,7 @@ { "require": { "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.12.10", + "phpstan/phpstan": "^2.0.1", "phpstan/phpstan-phpunit": "^1.4.1", "vimeo/psalm": "^5.26.1", "roave/backward-compatibility-check": "^8.10.0",