caihongxingqiu 5 년 전
부모
커밋
33d90ac8cc
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .rocketeer/strategies.php

+ 0 - 2
.rocketeer/strategies.php

@@ -40,11 +40,9 @@ return [
 
     'composer'     => [
         'install' => function (Composer $composer, $task) {
-            echo 'installing...';
             return $composer->install([], ['--no-interaction' => null, '--prefer-dist' => null]);
         },
         'update'  => function (Composer $composer) {
-            echo 'updating...';
             return $composer->update();
         },
     ],