From a163c211adbfc137c236273c09446cf45a837740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:59:39 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | packagist | friendsofphp/php-cs-fixer | 3.35.1 | 3.37.1 | | packagist | phpstan/phpstan | 1.10.39 | 1.10.40 | | packagist | phpunit/phpunit | 10.4.1 | 10.4.2 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 29be03b..711d386 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "php": "~8.1.0 || ~8.2.0", "ext-mbstring": "*", "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.35.1" + "friendsofphp/php-cs-fixer": "^3.37.1" }, "require-dev": { - "phpstan/phpstan": "^1.10.39", + "phpstan/phpstan": "^1.10.40", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.4.1", + "phpunit/phpunit": "^10.4.2", "slam/php-debug-r": "^1.8.1", "slam/phpstan-extensions": "^6.0.0" },