From cb94ff97f7ae55cff2920f47fe14e41c0ba967ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:36:32 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.12.7 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.6 | 1.12.7 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f27f6dcb..7951ad3d 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.6", + "phpstan/phpstan": "^1.12.7", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.1",