Fix virtualbox filesystem issue when installing packages, fixes #9945
parent
4e4b4f69c9
commit
c4f675fe84
|
@ -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…
Reference in New Issue