Skip to content

Commit

Permalink
Allow Symfony Flex plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Jul 13, 2022
1 parent 73357fe commit 5b73444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
git config --global user.email [email protected]
rm -f composer.lock
composer config --no-plugins allow-plugins.symfony/flex true
composer global require symfony/flex
composer install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
name: Install Composer dependencies
run: |
rm -f composer.lock
composer config --no-plugins allow-plugins.symfony/flex true
composer global require symfony/flex
composer install --no-progress --no-interaction --no-suggest --optimize-autoloader --ansi
Expand Down

0 comments on commit 5b73444

Please sign in to comment.