1
0
Fork 0

Assume at least 80char wide terminal, fixes #6351

pull/6356/head
Jordi Boggiano 2017-04-13 23:23:28 +02:00
parent 83798d8090
commit 8b0e615232
1 changed files with 2 additions and 0 deletions

View File

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