Prevent user interaction with composer install

This commit is contained in:
jo 2021-08-03 14:03:27 +02:00
parent a6699acafd
commit c6ce42e6a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
composer install --no-dev
composer install --no-dev --no-interaction
git_build=""
if [ -d .git ]; then