From 05117fee20bf9ef092c1503c80f490ceda101acf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:28:26 +0000 Subject: [PATCH] chore(deps): update dependency psalm/plugin-phpunit to ^0.20 --- vendor-bin/psalm/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 1603814af..0b25cf556 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -2,6 +2,6 @@ "require-dev": { "vimeo/psalm": "^6", "psalm/plugin-mockery": "^1", - "psalm/plugin-phpunit": "^0.19" + "psalm/plugin-phpunit": "^0.20" } }