mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Remote outputProgress concept from downloaders as it does not make sense when things happen in parallel, refs #7901
This commit is contained in:
parent
ea978ee7f8
commit
549ccd8f79
9 changed files with 1 additions and 55 deletions
|
@ -120,8 +120,6 @@ EOT
|
|||
}
|
||||
}
|
||||
|
||||
$composer->getDownloadManager()->setOutputProgress(!$input->getOption('no-progress'));
|
||||
|
||||
$commandEvent = new CommandEvent(PluginEvents::COMMAND, 'update', $input, $output);
|
||||
$composer->getEventDispatcher()->dispatch($commandEvent->getName(), $commandEvent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue