Fix output formatting
parent
f15b9c258e
commit
29ec10d95c
|
@ -237,7 +237,7 @@ EOT
|
|||
$flags .= ' --with-dependencies';
|
||||
}
|
||||
|
||||
$io->writeError('<info>Running composer update '.implode(' ', $packages).$flags);
|
||||
$io->writeError('<info>Running composer update '.implode(' ', $packages).$flags.'</info>');
|
||||
|
||||
$ignorePlatformReqs = $input->getOption('ignore-platform-reqs') ?: ($input->getOption('ignore-platform-req') ?: false);
|
||||
|
||||
|
|
|
@ -281,7 +281,7 @@ EOT
|
|||
$flags .= ' --with-dependencies';
|
||||
}
|
||||
|
||||
$io->writeError('<info>Running composer update '.implode(' ', array_keys($requirements)).$flags);
|
||||
$io->writeError('<info>Running composer update '.implode(' ', array_keys($requirements)).$flags.'</info>');
|
||||
|
||||
$commandEvent = new CommandEvent(PluginEvents::COMMAND, 'require', $input, $output);
|
||||
$composer->getEventDispatcher()->dispatch($commandEvent->getName(), $commandEvent);
|
||||
|
|
Loading…
Reference in New Issue