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:
parent
9c78eda7db
commit
085fe4e7e5
8 changed files with 39 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue