From 74720fd1797af79161e6bedaa1b07d378af85716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 14:15:46 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | packagist | friendsofphp/php-cs-fixer | 3.51.0 | 3.56.1 | | packagist | phpstan/phpstan | 1.10.62 | 1.10.67 | | packagist | phpunit/phpunit | 11.0.6 | 11.1.3 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e2a7603..5437900 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.56.1" }, "require-dev": { - "phpstan/phpstan": "^1.10.62", + "phpstan/phpstan": "^1.10.67", "phpstan/phpstan-phpunit": "^1.3.16", - "phpunit/phpunit": "^11.0.6" + "phpunit/phpunit": "^11.1.3" }, "autoload": { "psr-4": {