From 6f5c76d6cb3cc0bd864bdce5a976b6741dcdad90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 17:36:56 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------ | | packagist | friendsofphp/php-cs-fixer | 3.51.0 | 3.58.1 | | packagist | phpstan/phpstan | 1.10.62 | 1.11.3 | | packagist | phpstan/phpstan-phpunit | 1.3.16 | 1.4.0 | | packagist | phpunit/phpunit | 11.0.6 | 11.1.3 | --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e2a7603..fe78810 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.51.0" + "friendsofphp/php-cs-fixer": "^3.58.1" }, "require-dev": { - "phpstan/phpstan": "^1.10.62", - "phpstan/phpstan-phpunit": "^1.3.16", - "phpunit/phpunit": "^11.0.6" + "phpstan/phpstan": "^1.11.3", + "phpstan/phpstan-phpunit": "^1.4.0", + "phpunit/phpunit": "^11.1.3" }, "autoload": { "psr-4": {