From 573fcca94a811302b6849fce99ce22eeecb2b171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:36:05 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v1.10.48 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6e030f..e5039e1 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,6 @@ }, "require-dev": { "phpunit/phpunit": "^10.1", - "phpstan/phpstan": "1.10.41" + "phpstan/phpstan": "1.10.48" } }