Jordi Boggiano пре 12 година
родитељ
комит
dd372e7635
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/Composer/Command/RequireCommand.php

+ 2 - 0
src/Composer/Command/RequireCommand.php

@@ -118,6 +118,8 @@ EOT
 
             return 1;
         }
+
+        return 0;
     }
 
     private function updateFileCleanly($json, array $base, array $new, $requireKey)