diff --git a/src/Composer/Command/ShowCommand.php b/src/Composer/Command/ShowCommand.php index bdc9f703c..c27f084a3 100644 --- a/src/Composer/Command/ShowCommand.php +++ b/src/Composer/Command/ShowCommand.php @@ -256,6 +256,8 @@ EOT } if (Platform::isWindows()) { $width--; + } else { + $width = max(80, $width); } if ($input->getOption('path') && null === $composer) {