From 4230b2d7ca2d7503a49d9e7d4c44d8aed8b67600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 07:26:54 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from 2.0.16 to 2.0.18 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.16...2.0.18) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.18 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 4d1fa47..671da63 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "monolog/monolog": "^1.24|^2.1", "symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0", "phpstan/phpstan": "2.2.5", - "phpstan/phpstan-phpunit": "2.0.16", + "phpstan/phpstan-phpunit": "2.0.18", "rector/rector": "2.5.5" }, "suggest": {