From 1cf58fbae0837cde91aaea312fc8cbd36e330f2f Mon Sep 17 00:00:00 2001 From: Baptiste Lafontaine Date: Mon, 18 Jul 2022 17:58:10 +0200 Subject: [PATCH] Allow symfony/flex composer plugin (#2013) --- .github/workflows/continuous-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e99505f..bf412c9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -74,6 +74,7 @@ jobs: env: SYMFONY_REQUIRE: "${{ matrix.symfony-require }}" run: | + composer global config --no-plugins allow-plugins.symfony/flex true composer global require --no-progress --no-scripts --no-plugins symfony/flex composer update --no-interaction --no-progress ${{ matrix.composer-flags }}