From c5c6fd94c055871b5bc21b8f44b345c4c3cf726e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:34:23 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.12.4 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.3 | 1.12.4 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e5752ab7..dd074ab9 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ext-posix": "*", "doctrine/coding-standard": "^12.0.0", "infection/infection": "^0.29.6", - "phpstan/phpstan": "^1.12.3", + "phpstan/phpstan": "^1.12.4", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0",