From 84826373ec006eacb649686454d0269fbae2f6a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:51:55 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ----------------------- | ------- | ------- | | packagist | mimmi20/coding-standard | 5.1.3 | 5.1.4 | | packagist | phpstan/phpstan | 1.10.22 | 1.10.23 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e58ecd7..f351d9d 100644 --- a/composer.json +++ b/composer.json @@ -31,10 +31,10 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.0", - "mimmi20/coding-standard": "^5.1.3", + "mimmi20/coding-standard": "^5.1.4", "nikic/php-parser": "^v4.16.0", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.22", + "phpstan/phpstan": "^1.10.23", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.13", "phpunit/phpunit": "^10.2.3",