From 586a9f41111f9f0ce3c4a56213d1a93bd3f49bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:15:43 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement from 2.2.3 to 2.2.7 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.7 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 986828b..5b6595f 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/http-client": "^1.0" }, "require-dev": { - "phpstan/phpstan": "2.2.3", + "phpstan/phpstan": "2.2.7", "squizlabs/php_codesniffer": "3.13.5" }, "autoload": {