From 8b3ad614e57e43e8feed2c414c299fda2a91fe8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 05:39:54 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | packagist | friendsofphp/php-cs-fixer | 3.40.0 | 3.40.2 | | packagist | phpstan/phpstan | 1.10.46 | 1.10.47 | | packagist | phpunit/phpunit | 10.4.2 | 10.5.1 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index feb9be6..81add09 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "php": "~8.2.0 || ~8.3.0", "ext-mbstring": "*", "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.40.0" + "friendsofphp/php-cs-fixer": "^3.40.2" }, "require-dev": { - "phpstan/phpstan": "^1.10.46", + "phpstan/phpstan": "^1.10.47", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.4.2" + "phpunit/phpunit": "^10.5.1" }, "autoload": { "psr-4": {