From 9bf76b80b3ea41f7955b0129628e46aa89eb3546 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Fri, 8 Jul 2022 18:35:02 +0200 Subject: [PATCH 1/3] [4.4] Allow the symfony/flex plugin --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d576eb8..bb52eee 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,10 @@ "preferred-install": { "*": "dist" }, - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "symfony/flex": true + } }, "autoload": { "psr-4": { From 8f0f0caf68cc2136a12827c8e627ce07a4892b88 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 22 Jul 2022 13:27:07 +0200 Subject: [PATCH 2/3] declare Symfony Flex as an allowed plugin --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index bb52eee..cc7688f 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,9 @@ "symfony/web-profiler-bundle": "^4.4" }, "config": { + "allow-plugins": { + "symfony/flex": true + }, "preferred-install": { "*": "dist" }, From 180aa03d89ced60dbbeb2605a082d30698d16507 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 29 Jul 2022 11:27:35 +0200 Subject: [PATCH 3/3] fix merge --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index cc7688f..dc786ce 100644 --- a/composer.json +++ b/composer.json @@ -56,10 +56,7 @@ "preferred-install": { "*": "dist" }, - "sort-packages": true, - "allow-plugins": { - "symfony/flex": true - } + "sort-packages": true }, "autoload": { "psr-4": {