From 3e818d116361033eb4ac060969a18d7e3cddb68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Tue, 10 Oct 2023 13:43:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Terminal):=E6=89=A7=E8=A1=8C=20compose?= =?UTF-8?q?r=20=E5=91=BD=E4=BB=A4=E6=97=B6=EF=BC=8C=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E8=AF=A2=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/terminal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [