1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Add --no-progress support and a few more fixes

This commit is contained in:
Jordi Boggiano 2020-06-05 13:43:21 +02:00
parent 9c78eda7db
commit 085fe4e7e5
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
8 changed files with 39 additions and 8 deletions

View file

@ -180,6 +180,8 @@ EOT
$commandEvent = new CommandEvent(PluginEvents::COMMAND, 'update', $input, $output);
$composer->getEventDispatcher()->dispatch($commandEvent->getName(), $commandEvent);
$composer->getInstallationManager()->setOutputProgress(!$input->getOption('no-progress'));
$install = Installer::create($io, $composer);
$config = $composer->getConfig();