From a155f4c03fd1a8ab24597678a1b02181bb088aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:05:24 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.39 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.38 | 1.10.39 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39e12e71..b8634022 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ext-posix": "*", "doctrine/coding-standard": "^12.0.0", "infection/infection": "^0.27.6", - "phpstan/phpstan": "^1.10.38", + "phpstan/phpstan": "^1.10.39", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.1",