From 3c3253cafde54b60bca20017b79f545ce858f3d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:40:49 +0000 Subject: [PATCH] chore(deps): update phpstan packages to v2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a82ed7d..84c20cc 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ "require-dev": { "cdn77/coding-standard": "^7.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.0.0", - "phpstan/phpstan-phpunit": "^1.0.0", - "phpstan/phpstan-strict-rules": "^1.0.0", + "phpstan/phpstan": "^2.0.0", + "phpstan/phpstan-phpunit": "^2.0.0", + "phpstan/phpstan-strict-rules": "^2.0.0", "phpunit/phpunit": "^11.0", "psr-mock/http": "^1.0" },