From 5a6e525ff5721ba52f670a96c58f6dc8b30a9e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 05:34:41 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 2.2.3 to 2.2.5 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) to permit the latest version. - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.5 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 1d37178..398566c 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "friendsofphp/php-cs-fixer": "3.95.11", "monolog/monolog": "^1.24|^2.1", "symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0", - "phpstan/phpstan": "2.2.3", + "phpstan/phpstan": "2.2.5", "phpstan/phpstan-phpunit": "2.0.16", "rector/rector": "2.5.2" },