From 929247ae37fe27933392462dea4f83d5282816ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 16:29:30 +0700 Subject: [PATCH] update psalm/plugin-phpunit requirement from ^0.16.1 to ^0.18.4 (via #46) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cdce9df..4413165 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require-dev": { "jetbrains/phpstorm-attributes": "^1", "phpunit/phpunit": "^9.5.10", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.18.4", "squizlabs/php_codesniffer": "^3.6.2", "vimeo/psalm": "^4.15" },