From 7104650773a4ffc728e571ab958ee3b288686bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:26:07 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3146dfb..ef78ec2 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require-dev": { "php-http/psr7-integration-tests": "^1.4", - "phpstan/phpstan": "^1.12", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^9.6", "sunrise/coding-standard": "^1.0", "vimeo/psalm": "^5.26"