From b5b3bce447f7d77b5b09a9da529a1ed20c173164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:10:57 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.59 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.58 | 1.10.59 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c93f4af..1f037d6b 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "ext-pcov": "*", "ext-posix": "*", "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.10.58", + "phpstan/phpstan": "^1.10.59", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2",