From 4ddba04d423d4febd743cd220706960d85307e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:17:15 +0000 Subject: [PATCH] composer: update phpstan/phpstan-phpunit requirement 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.12...2.0.16) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.16 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 b1baccc..6e4bcfe 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "friendsofphp/php-cs-fixer": "^3.93", "ergebnis/composer-normalize": "^2.49", "ergebnis/php-cs-fixer-config": "^6.59", - "phpstan/phpstan-phpunit": "2.0.12" + "phpstan/phpstan-phpunit": "2.0.16" }, "config": { "allow-plugins": {