From c88b196ee6ac244d61ec9298ba70573488d7d8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 05:36:40 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement 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.13 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 8df6f51..6c003e5 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "friendsofphp/php-cs-fixer": "3.95.24", "monolog/monolog": "^1.24|^2.1", "symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0", - "phpstan/phpstan": "2.2.12", + "phpstan/phpstan": "2.2.13", "phpstan/phpstan-phpunit": "2.0.18", "rector/rector": "2.6.3" },