caihongxingqiu %!s(int64=5) %!d(string=hai) anos
pai
achega
9ea8c3f369
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .rocketeer/strategies.php

+ 2 - 0
.rocketeer/strategies.php

@@ -40,9 +40,11 @@ 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();
         },
     ],