From 94e17321db18cc1c2ed5952778a54ff84e44966e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 22 Jul 2022 13:27:07 +0200 Subject: [PATCH] declare Symfony Flex as an allowed plugin --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 123737d..b23fef5 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,9 @@ "symfony/web-profiler-bundle": "5.4.*" }, "config": { + "allow-plugins": { + "symfony/flex": true + }, "preferred-install": { "*": "dist" },