From 2aea1ab7ed81573d36a722694d5d1e6d1da5ea2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:09:07 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from 2.0.8 to 2.0.10 Updates the requirements on [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.8...2.0.10) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a0409e..bbd6e01 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "2.1.32", - "phpstan/phpstan-phpunit": "2.0.8", + "phpstan/phpstan-phpunit": "2.0.10", "phpunit/phpunit": "^10 || ^11 || ^12", "psalm/plugin-phpunit": "0.19.3", "rector/rector": "2.2.10",