1
0
Fork 0

Reset composer before loading the modified json, fixes #5346

pull/5360/head
Jordi Boggiano 2016-05-17 11:59:12 +01:00
parent 32c3429c30
commit c47b302a3c
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ EOT
}
// Update packages
$this->resetComposer();
$composer = $this->getComposer(true, $input->getOption('no-plugins'));
$composer->getDownloadManager()->setOutputProgress(!$input->getOption('no-progress'));