From 430e3b3ec5de0d161a7b1ab4b1546236f84c767c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:01:35 +0000 Subject: [PATCH] composer(deps-dev): update psalm/plugin-symfony requirement Updates the requirements on [psalm/plugin-symfony](https://github.com/psalm/psalm-plugin-symfony) to permit the latest version. - [Release notes](https://github.com/psalm/psalm-plugin-symfony/releases) - [Commits](https://github.com/psalm/psalm-plugin-symfony/compare/v3.1.0...v5.0.0) --- updated-dependencies: - dependency-name: psalm/plugin-symfony 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 65b78da..a59323f 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "matthiasnoback/symfony-dependency-injection-test": "^4.3", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^9.5", - "psalm/plugin-symfony": "^3.1", + "psalm/plugin-symfony": "^5.0", "roave/security-advisories": "dev-latest", "setono/code-quality-pack": "^2.2", "sylius/admin-api-bundle": "^1.11",