From 79dcdc201d18363f77a7fc2911a94eb6e37885d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:16:10 +0100 Subject: [PATCH] Update Composer QA tooling dependencies (#235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Georgiev --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f1763321..b60a83e8 100644 --- a/composer.json +++ b/composer.json @@ -47,9 +47,9 @@ "ekino/phpstan-banned-code": "^1.0", "friendsofphp/php-cs-fixer": "^3.64.0", "php-coveralls/php-coveralls": "^2.7.0", - "phpstan/phpstan": "^1.12.5", + "phpstan/phpstan": "^1.12.6", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.35", + "phpunit/phpunit": "^10.5.36", "qossmic/deptrac": "^2.0.0-alpha", "rector/rector": "^1.2.6", "symfony/cache": "^6.4||^7.0"