From 18a57a062a55fcca172568a746d68c9cd9ee7aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:03:51 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^2.1.5 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | packagist | phpstan/phpstan | 2.1.4 | 2.1.5 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 071aa44..6dc99e9 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "friendsofphp/php-cs-fixer": "^3.68.5" }, "require-dev": { - "phpstan/phpstan": "^2.1.4", + "phpstan/phpstan": "^2.1.5", "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^11.5.7" },