1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Output outdated warning on stderr, fixes #7218

This commit is contained in:
Jordi Boggiano 2018-04-12 19:56:35 +02:00
parent 24ef605473
commit fa539766b8

View file

@ -467,7 +467,7 @@ EOT
}
$io->write('');
if (isset($package['warning'])) {
$io->write('<warning>' . $package['warning'] . '</warning>');
$io->writeError('<warning>' . $package['warning'] . '</warning>');
}
}