From 8ee0ae5948577cddfb29917d7fb82d4a1cf62148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:45:05 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 2.2.5 to 2.2.6 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.6 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 0f2b325..0ea9a7a 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpspec/prophecy": "^1.18", "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "2.2.5", + "phpstan/phpstan": "2.2.6", "phpstan/phpstan-phpunit": "2.0.18", "phpunit/phpunit": "^10 || ^11 || ^12", "psalm/plugin-phpunit": "0.19.3",