From 2ad138d290ee1fe4c9cdddf9aa0211fc600bee5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 14:08:28 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^1.10.14 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35c85304..944b784e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php-standard-library/psalm-plugin": "^1.1.5 || ^2.2.1", "phpspec/prophecy": "^1.17", "phpspec/prophecy-phpunit": "^2.0.2", - "phpstan/phpstan": "^1.9.2", + "phpstan/phpstan": "^1.10.14", "phpunit/phpunit": "^10.1.2", "psalm/plugin-phpunit": "^0.18.4", "roave/backward-compatibility-check": "^8.3.0",