From 2ec96b9911b553326671facf551a62583ed04d31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:40:01 +0000 Subject: [PATCH] chore: Update Composer QA tooling dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2978a610..23422c6a 100644 --- a/composer.json +++ b/composer.json @@ -48,11 +48,11 @@ "doctrine/orm": "~2.14||~3.0", "ekino/phpstan-banned-code": "^3.0", "friendsofphp/php-cs-fixer": "^3.87.2", - "phpstan/phpstan": "^2.1.25", + "phpstan/phpstan": "^2.1.27", "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpstan/phpstan-doctrine": "^2.0.6", "phpstan/phpstan-phpunit": "^2.0.7", - "phpunit/phpunit": "^10.5.54", + "phpunit/phpunit": "^10.5.55", "rector/rector": "^2.1.7", "symfony/cache": "^6.4||^7.0" },