From af5be9f50be4bca84fa02458f9e99985d5baf0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:07:52 +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/4.6.4...v4.15.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 652a92e..204673c 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -3,7 +3,7 @@ "dg/bypass-finals": "^1.3", "phpunit/phpunit": "9.5.3", "symfony/phpunit-bridge": "5.2.4", - "vimeo/psalm": "4.6.4", + "vimeo/psalm": "4.15.0", "psalm/plugin-phpunit": "0.15.1" } }