From 2a33364c26b9a45847a5f29163c8a871316ddfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:23:35 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 2.1.51 to 2.1.54 --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.54 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 a329e69..975f63e 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "symfony/phpunit-bridge": "^8.0", "symfony/routing": "^5.4 || ^6.0 || ^7.0 || ^8.0", "facile-it/facile-coding-standard": "1.4.1", - "phpstan/phpstan": "2.1.51", + "phpstan/phpstan": "2.1.54", "phpstan/extension-installer": "1.4.3", "jangregor/phpstan-prophecy": "2.3.0", "phpspec/prophecy": "^1.17",