From 76b08216f14aafc52934a6d27d5a1dba013fb269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 22:12:53 +0000 Subject: [PATCH] Update phpstan/phpstan-phpunit requirement from ^1.0 to ^2.0 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/1.0.0...2.0.11) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 9d891be1..8778729d --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "doctrine/orm": "~2.2", "friendsofphp/php-cs-fixer": "^3.0", "php-mock/php-mock-phpunit": "~1.0|~2.0", - "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "~11.0", "symfony/class-loader": "^2.0", "symfony/console": "~7.0",