From 89ef7563c1467c6dbd573a037b7c873b827a724c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:32:31 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement in the phpstan group Updates the requirements on [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. Updates `phpstan/phpstan-phpunit` to 2.0.17 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.16...2.0.17) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.17 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19bbe64..4a6a96c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan-strict-rules": "2.0.11", "spaze/phpstan-disallowed-calls": "4.12.0", "shipmonk/phpstan-rules": "4.3.7", - "phpstan/phpstan-phpunit": "2.0.16", + "phpstan/phpstan-phpunit": "2.0.17", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1", "composer-runtime-api": "^2.0",