From b0f0315fd4ee0f389242d5ab04018da7cb2c756e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:04:18 +0000 Subject: [PATCH] composer: update phpstan/phpstan-phpunit requirement from 2.0.7 to 2.0.8 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.7...2.0.8) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.8 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 874d4d6..9e8d3d1 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "friendsofphp/php-cs-fixer": "^3.89", "ergebnis/composer-normalize": "^2.48", "ergebnis/php-cs-fixer-config": "^6.56", - "phpstan/phpstan-phpunit": "2.0.7" + "phpstan/phpstan-phpunit": "2.0.8" }, "config": { "allow-plugins": {