From b7e0c0f4b5f5efa004f0b661aff318fab3cd417f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:04:33 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.49 | 1.10.50 | | packagist | phpunit/phpunit | 10.5.2 | 10.5.3 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 536610cd..56eebc1a 100644 --- a/composer.json +++ b/composer.json @@ -41,10 +41,10 @@ "friendsofphp/php-cs-fixer": "^3.41.1", "infection/infection": "^0.27.9", "phpbench/phpbench": "^1.2.15", - "phpstan/phpstan": "^1.10.49", + "phpstan/phpstan": "^1.10.50", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", - "phpunit/phpunit": "^10.5.2" + "phpunit/phpunit": "^10.5.3" }, "suggest": { "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",