1
0
Fork 0

Fix virtualbox filesystem issue when installing packages, fixes #9945

pull/9959/head
Jordi Boggiano 2021-06-06 21:11:48 +02:00
parent 4e4b4f69c9
commit c4f675fe84
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}