Skip to content

Commit

Permalink
allow Composer to run the symfony/flex plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Jan 25, 2022
1 parent 42a4601 commit 7a6be9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis_install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export COMPOSER_NO_INTERACTION=1
composer self-update

# install Symfony Flex
composer config allow-plugins.symfony/flex true
composer require --no-progress --no-scripts --no-plugins symfony/flex

case "${DEPS:-}" in
Expand Down

0 comments on commit 7a6be9c

Please sign in to comment.