From e37efe4a05e41c586b06784d8f4ff57db29c6135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:15:51 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 2.1.22 to 2.1.23 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.1.22...2.1.23) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.23 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 2fcf49b4..9d9b7830 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0", "doctrine/orm": "^2.14 || ^3", "fig/log-test": "^1", - "phpstan/phpstan": "2.1.22", + "phpstan/phpstan": "2.1.23", "phpunit/phpunit": "^9.6.13 || 10.5.45", "psr/log": "^1.1 || ^2 || ^3", "symfony/cache": "^5.4 || ^6.3 || ^7",