From 38a57eff3029ce2a2461178f0cec1be15ae1e864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 05:11:10 +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...v4.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..7936f49 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": "^4.0", "roave/security-advisories": "dev-latest", "setono/code-quality-pack": "^2.2", "sylius/admin-api-bundle": "^1.11",