From c78f2164a21c225cd742b44917aa7241f67772b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 14:06:26 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.41 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.40 | 1.10.41 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca1b3eac..2305de79 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ext-posix": "*", "doctrine/coding-standard": "^12.0.0", "infection/infection": "^0.27.7", - "phpstan/phpstan": "^1.10.40", + "phpstan/phpstan": "^1.10.41", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2",