From 04715536663b83c3056f07b042e9410aee93de70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:47:46 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^2.1.6 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | packagist | phpstan/phpstan | 2.1.5 | 2.1.6 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 986284f..1ccadf5 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "friendsofphp/php-cs-fixer": "^3.69.1" }, "require-dev": { - "phpstan/phpstan": "^2.1.5", + "phpstan/phpstan": "^2.1.6", "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^12.0.3" },