Merge remote-tracking branch 'origin/1.6'
commit
2f69739c1a
|
@ -129,11 +129,15 @@ class ArtifactRepository extends ArrayRepository implements ConfigurableReposito
|
||||||
$zip->open($file->getPathname());
|
$zip->open($file->getPathname());
|
||||||
|
|
||||||
if (0 == $zip->numFiles) {
|
if (0 == $zip->numFiles) {
|
||||||
|
$zip->close();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$foundFileIndex = $this->locateFile($zip, 'composer.json');
|
$foundFileIndex = $this->locateFile($zip, 'composer.json');
|
||||||
if (false === $foundFileIndex) {
|
if (false === $foundFileIndex) {
|
||||||
|
$zip->close();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue