From c45a747932ad40bb74c6b552e923ac116b1ceb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:57:57 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement from 2.1.56 to 2.2.3 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.3 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 a33e86f..cdd9ba5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "phpunit/phpunit": "10.5.63", - "phpstan/phpstan": "2.1.56", + "phpstan/phpstan": "2.2.3", "squizlabs/php_codesniffer": "3.13.5" }, "autoload": {