From b73c85b3ea1b30558d3e707c1a1aeb1fded5e1d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:00:51 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.12.6 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.5 | 1.12.6 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b0a7c2..c03b418 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "friendsofphp/php-cs-fixer": "^3.64.0" }, "require-dev": { - "phpstan/phpstan": "^1.12.5", + "phpstan/phpstan": "^1.12.6", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^11.4.0" },