From 1a2b78026eb4640e24a6f4d2d6f9e70fe3a308d5 Mon Sep 17 00:00:00 2001 From: Rinus <409489+rinus@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:55:10 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2.2.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d05394c..9fbf506 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php": "8.2 - 8.5" }, "require-dev": { - "phpstan/phpstan": "2.2.2", + "phpstan/phpstan": "2.2.5", "phpunit/phpunit": "11.5.50", "squizlabs/php_codesniffer": "4.0.1", "friendsofphp/php-cs-fixer": "3.95.11"