From f073c7e049b798a99592158f866fac5ff1825792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:14:43 +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.22.2...5.23.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 c8ddb902..2cc1772f 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "symfony/phpunit-bridge": "7.0.4", - "vimeo/psalm": "5.22.2", + "vimeo/psalm": "5.23.0", "psalm/plugin-phpunit": "0.18.4", "weirdan/doctrine-psalm-plugin": "2.9.0", "phpunit/phpunit": "9.6.17"