Allow symfony/flex composer plugin (#2013)

This commit is contained in:
Baptiste Lafontaine 2022-07-18 17:58:10 +02:00 committed by GitHub
parent 205828d18d
commit 1cf58fbae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}