Write abandoned warning on stderr to avoid breaking the flow of the list

main
Jordi Boggiano 8 years ago
parent ac75680b1e
commit 17f23f5c43

@ -330,8 +330,8 @@ EOT
? 'Use ' . $latestPackackage->getReplacementPackage() . ' instead'
: 'No replacement was suggested';
$io->write('');
$io->write(
$io->writeError('');
$io->writeError(
sprintf(
"<warning>Package %s is abandoned, you should avoid using it. %s.</warning>",
$package->getPrettyName(),

Loading…
Cancel
Save