1
0
Fork 0

Remove --no-suggest flag as it is gone

pull/8669/head
Jordi Boggiano 2020-02-13 16:22:53 +01:00
parent 44d1e15294
commit 71a98d8a7e
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ before_install:
install:
# flags to pass to install
- flags="--ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress"
- flags="--ansi --prefer-dist --no-interaction --optimize-autoloader --no-progress"
# update deps to latest in case of high deps build
- if [ "$deps" == "high" ]; then composer config platform.php 7.4.0; composer update $flags; fi
# install dependencies using system provided composer binary