Assume at least 80char wide terminal, fixes #6351

main
Jordi Boggiano 7 years ago
parent 83798d8090
commit 8b0e615232

@ -256,6 +256,8 @@ EOT
}
if (Platform::isWindows()) {
$width--;
} else {
$width = max(80, $width);
}
if ($input->getOption('path') && null === $composer) {

Loading…
Cancel
Save