diff --git a/config/terminal.php b/config/terminal.php index add41729..b81bc9c5 100644 --- a/config/terminal.php +++ b/config/terminal.php @@ -132,7 +132,7 @@ return [ 'composer' => [ 'update' => [ 'cwd' => '', - 'command' => 'composer update', + 'command' => 'composer update --no-interaction', ] ], 'ping' => [