From e8645421d67a1286a1d3cfab4aeb2e108ddbaead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:29:49 +0000 Subject: [PATCH] [PHP]: Update psalm/plugin-phpunit requirement in /vendor-bin/phpunit Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.18.4...0.19.0) --- updated-dependencies: - dependency-name: psalm/plugin-phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- vendor-bin/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json index 07d36e0..c3c80d7 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "9.6.17", - "psalm/plugin-phpunit": "0.18.4", + "psalm/plugin-phpunit": "0.19.0", "symfony/phpunit-bridge": "7.0.4", "vimeo/psalm": "5.23.1" },