From 2617ecc262dfd6fc6af994882ecaa2416c31c872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:21:51 +0000 Subject: [PATCH] Update symfony/flex requirement from ^1.11 to ^2.2 Updates the requirements on [symfony/flex](https://github.com/symfony/flex) to permit the latest version. - [Release notes](https://github.com/symfony/flex/releases) - [Commits](https://github.com/symfony/flex/compare/v1.11.0...v2.2.0) --- updated-dependencies: - dependency-name: symfony/flex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52e617acd0..2074e1c3e3 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "sylius/paypal-plugin": "^1.2.1", "sylius/sylius": "^1.11@dev", "symfony/dotenv": "^4.4 || ^5.2", - "symfony/flex": "^1.11" + "symfony/flex": "^2.2" }, "conflict": { "symfony/form": "4.4.11 || 4.4.12"