From 856a8689c540f8e5c7783485d6e1d28a20afe804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:49:11 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement from 2.2.3 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 a7aac06..cb988a7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "phpunit/phpunit": "10.5.63", - "phpstan/phpstan": "2.2.3", + "phpstan/phpstan": "2.2.9", "squizlabs/php_codesniffer": "3.13.6" }, "autoload": {