From 550daa60bd2cb0e139636c2b1cfee54a038010f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Mon, 4 Jul 2022 17:34:04 +0200 Subject: [PATCH] [Maintenance] Allow flex plugin during plugin installation --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 4047626f..edb8f0d2 100644 --- a/composer.json +++ b/composer.json @@ -69,6 +69,11 @@ "vendor/bin/ecs check src/ spec/ --fix" ] }, + "config": { + "allow-plugins": { + "symfony/flex": true + } + }, "extra": { "branch-alias": { "dev-master": "1.1-dev"