Assume at least 80char wide terminal, fixes #6351
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…
Reference in New Issue