From 7beb54483e6690984fe23d50f109147975001097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:50:32 +0000 Subject: [PATCH] chore(deps): update dependency psalm/plugin-mockery to ^0.11.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5bdd8b..914d06b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "~1.9.0", "phpstan/phpstan-mockery": "^1.0", "phpstan/phpstan-phpunit": "^1.1", - "psalm/plugin-mockery": "^0.9.1", + "psalm/plugin-mockery": "^0.11.0", "psalm/plugin-phpunit": "^0.18.0", "ramsey/coding-standard": "^2.0.3", "ramsey/composer-repl": "^1.4",