@@ -129,11 +129,15 @@ class ArtifactRepository extends ArrayRepository implements ConfigurableReposito
$zip->open($file->getPathname());
if (0 == $zip->numFiles) {
+ $zip->close();
+
return false;
}
$foundFileIndex = $this->locateFile($zip, 'composer.json');
if (false === $foundFileIndex) {