From 7a569466c9fba6d272cd8e320d98526aaa17e3a5 Mon Sep 17 00:00:00 2001 From: David Jeanmonod Date: Mon, 11 Sep 2023 05:26:57 +0200 Subject: [PATCH] Add symfony/flex in the composer allow-plugins list --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea4897f..f122b84 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,10 @@ }, "bin": ["RMT"], "config" : { - "bin-dir" : "bin" + "bin-dir" : "bin", + "allow-plugins": { + "symfony/flex": true + } }, "extra": { "branch-alias": {