From 03e4990c9ac18c2d0f9fbab431735b6c7918d760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:26:56 +0000 Subject: [PATCH] [PHP]: Update weirdan/doctrine-psalm-plugin requirement Updates the requirements on [weirdan/doctrine-psalm-plugin](https://github.com/psalm/psalm-plugin-doctrine) to permit the latest version. - [Release notes](https://github.com/psalm/psalm-plugin-doctrine/releases) - [Changelog](https://github.com/psalm/psalm-plugin-doctrine/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/psalm/psalm-plugin-doctrine/compare/v2.8.1...v2.9.0) --- updated-dependencies: - dependency-name: weirdan/doctrine-psalm-plugin 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 0b48f7a..72ad399 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -4,7 +4,7 @@ "symfony/phpunit-bridge": "6.2.10", "vimeo/psalm": "5.6.0", "psalm/plugin-phpunit": "0.18.4", - "weirdan/doctrine-psalm-plugin": "2.8.1", + "weirdan/doctrine-psalm-plugin": "2.9.0", "phpunit/phpunit": "9.6.8" }, "config": {