From 47976dad9efd977c16857e25b2dcdd6793a27cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:42:52 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from 2.0.11 to 2.0.12 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.11...2.0.12) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.12 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 01f977d..170125c 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.37", - "phpstan/phpstan-phpunit": "2.0.11", + "phpstan/phpstan-phpunit": "2.0.12", "phpunit/phpunit": "^10 || ^11 || ^12", "psalm/plugin-phpunit": "0.19.3", "rector/rector": "2.3.4",