From 91ebd175f9d26415af8790758ef4b8a6790d8d99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:08:24 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.10.30 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 601bed4..4a9cb95 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "2.35.0", - "phpstan/phpstan": "1.10.29", + "phpstan/phpstan": "1.10.30", "phpunit/phpunit": "10.3.2", "roave/security-advisories": "dev-latest" },