File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
3333 pecl install libsodium
3434 php --ri sodium
3535 fi
36- - " composer update --no-interaction --no-suggest "
36+ - " composer update --no-interaction"
3737 - " composer run-script post-install-cmd"
3838
3939before_script :
Original file line number Diff line number Diff line change 2525 },
2626 "minimum-stability" : " stable" ,
2727 "scripts" : {
28- "post-install-cmd" : " @composer --working-dir=source/ update --no-interaction --no-suggest " ,
29- "post-update-cmd" : " @composer --working-dir=source/ update --no-interaction --no-suggest " ,
28+ "post-install-cmd" : " @composer --working-dir=source/ update --no-interaction" ,
29+ "post-update-cmd" : " @composer --working-dir=source/ update --no-interaction" ,
3030 "cleanup" : " git status --short --ignored | sed -n -e 's#^!! ##p' | xargs -r rm -vrf"
3131 },
3232 "scripts-descriptions" : {
You can’t perform that action at this time.
0 commit comments