Jordi Boggiano 12 роки тому
батько
коміт
4965fb599c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/Composer/Installer/InstallationManager.php

+ 1 - 1
src/Composer/Installer/InstallationManager.php

@@ -255,7 +255,7 @@ class InstallationManager
                     @file_get_contents($url, false, $context);
                 }
 
-                return;
+                continue;
             }
 
             $postData = array('downloads' => array());