From bf80e459e36f52dcb407506c30d4467ceb84dba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:11:35 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v1.10.57 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20a37a0..7ff2527 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,6 @@ }, "require-dev": { "phpunit/phpunit": "^10.1", - "phpstan/phpstan": "1.10.54" + "phpstan/phpstan": "1.10.57" } }