From 5e8922b2e7c556e9715fe50f7cdcbbf0c4c1ee86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:03:22 +0000 Subject: [PATCH] composer(deps-dev): 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.0.0...v2.8.0) --- updated-dependencies: - dependency-name: weirdan/doctrine-psalm-plugin dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 921a413..b587686 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "psalm/plugin-phpunit": "^0.16.1", "setono/code-quality-pack": "^2.1.3", "symfony/cache": "^5.3", - "weirdan/doctrine-psalm-plugin": "^2.0" + "weirdan/doctrine-psalm-plugin": "^2.8" }, "config": { "sort-packages": true