1
0
Fork 0

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

pull/5248/head
Jordi Boggiano 2016-04-24 13:51:01 +01:00
parent ac75680b1e
commit 17f23f5c43
1 changed files with 2 additions and 2 deletions

View File

@ -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(),