From 6fcfe80726bd9d159c4f5145d3ce82e7614dba63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:48:35 +0000 Subject: [PATCH] Update PHPStan packages --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 30f712b..6de7349 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@ }, "require-dev": { "ext-json": "*", - "ekino/phpstan-banned-code": "^2.1", + "ekino/phpstan-banned-code": "^3.0", "friendsofphp/php-cs-fixer": "^3.64.0", "nyholm/psr7": "^1.8.2", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.7", - "phpstan/phpstan-phpunit": "^1.4.0", + "phpstan/phpstan": "^2.0.0", + "phpstan/phpstan-phpunit": "^2.0.0", "phpunit/phpunit": "^10.5.37", "psr/http-message": "^1.0 || ^2.0", "symfony/dotenv": "^6.4|^7.1.5",