From 2b60903ee8a41a8a4c203a567a7b559a7ee5f3ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:43:33 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v1.10.59 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20a37a0..f18bfc6 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.59" } }