From 6ddbbb3c1e62bdf63f3c18cab8c301c1d1227cbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:11:12 +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 ce2c2c1..5c8eb93 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,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",