From 707e63b7d17e717bf08144cc8eb8d25fe4a80ab6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:41:37 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.60 | datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.10.59 | 1.10.60 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a05145dc..648b765e 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.59", + "phpstan/phpstan": "^1.10.60", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/phpstan-strict-rules": "^1.5.2",