From 0b100c46a99e1528e3a57078b0f145d3e1fe9a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:24:02 +0000 Subject: [PATCH] [PHP]: Update vimeo/psalm requirement in /vendor-bin/phpunit Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/5.18.0...5.19.0) --- updated-dependencies: - dependency-name: vimeo/psalm 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 eab6c386..e2e82b57 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -3,7 +3,7 @@ "dg/bypass-finals": "^1.5", "phpunit/phpunit": "9.6.15", "symfony/phpunit-bridge": "7.0.2", - "vimeo/psalm": "5.18.0", + "vimeo/psalm": "5.19.0", "psalm/plugin-phpunit": "0.18.4", "weirdan/doctrine-psalm-plugin": "2.9.0", "symfony/framework-bundle": "~5.4"