Fix virtualbox filesystem issue when installing packages, fixes #9945

main
Jordi Boggiano 3 years ago
parent 4e4b4f69c9
commit c4f675fe84
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -229,6 +229,9 @@ class Filesystem
}
}
// release locks on the directory, see https://github.com/composer/composer/issues/9945
unset($ri, $it);
return $this->rmdir($directory);
}

Loading…
Cancel
Save