From 9b6ca5018defc8303722bfc9783b44270f4c6dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:12:37 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.12.8 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.7 | 1.12.8 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d5c74375..e257d2fa 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "ext-pcov": "*", "ext-posix": "*", "doctrine/coding-standard": "^12.0.0", - "phpstan/phpstan": "^1.12.7", + "phpstan/phpstan": "^1.12.8", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.1",