From d684ce47ccd1224ee8c1493fa1187f22b26b1b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:14:09 +0000 Subject: [PATCH] build: update phpstan/phpstan requirement from 2.2.7 to 2.2.9 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.9 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 ef60200..eb56664 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-simplexml": "*", "friendsofphp/php-cs-fixer": "3.95.18", "infection/infection": "0.32.6", - "phpstan/phpstan": "2.2.7", + "phpstan/phpstan": "2.2.9", "phpunit/phpunit": "11.5.56" }, "autoload": {