From 5c7a4895d54363ef0ef29ce723b595d16c271061 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:37:23 +0000 Subject: [PATCH] chore(deps): update phpstan packages to v2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c26b7d0..5b6ce27 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "friendsofphp/php-cs-fixer": "^3.59", "kleinweb/php-coding-standards": "^0.6.0", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan-deprecation-rules": "^1.2", - "phpstan/phpstan-webmozart-assert": "^1.2", + "phpstan/phpstan-deprecation-rules": "^2.0", + "phpstan/phpstan-webmozart-assert": "^2.0", "roave/security-advisories": "dev-latest", "slevomat/coding-standard": "^8.15", "squizlabs/php_codesniffer": "^3.7.1",