From 73c40c764f74fca5c00c370ef952067136576cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:08:45 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.42 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.41 | 1.10.42 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7ee7e50..4157e044 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ext-posix": "*", "doctrine/coding-standard": "^12.0.0", "infection/infection": "^0.27.8", - "phpstan/phpstan": "^1.10.41", + "phpstan/phpstan": "^1.10.42", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2",