From eb8d394c27577a6e0a68e9b974b72a6dc009e0d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:30:27 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-phpunit to v2 | datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | packagist | phpstan/phpstan-phpunit | 1.4.1 | 2.0.1 | --- tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/composer.json b/tools/composer.json index f6ef40abf..a664984ab 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -2,7 +2,7 @@ "require": { "doctrine/coding-standard": "^12.0.0", "phpstan/phpstan": "^1.12.11", - "phpstan/phpstan-phpunit": "^1.4.1", + "phpstan/phpstan-phpunit": "^2.0.1", "vimeo/psalm": "^5.26.1", "roave/backward-compatibility-check": "^8.10.0", "roave/infection-static-analysis-plugin": "^1.35.0"