From 49fdcb5d65573360f7d1e49078e402a5a387a4dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:04:53 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | friendsofphp/php-cs-fixer | 3.89.2 | 3.90.0 | | packagist | phpunit/phpunit | 12.4.3 | 12.4.4 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ab3f517..d4e198a 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "php": "~8.4.0 || ~8.5.0", "ext-mbstring": "*", "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.89.2" + "friendsofphp/php-cs-fixer": "^3.90.0" }, "require-dev": { "phpstan/phpstan": "^2.1.32", "phpstan/phpstan-phpunit": "^2.0.8", - "phpunit/phpunit": "^12.4.3" + "phpunit/phpunit": "^12.4.4" }, "autoload": { "psr-4": {