From 12a80e6b78a5d2313433e7c57b96f4a30a4cf40b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:30:31 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v1.10.26 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 233c59f..0218701 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,6 @@ }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.5.23 || ^9.0 || ^10.0", - "phpstan/phpstan": "1.4.10" + "phpstan/phpstan": "1.10.26" } }