1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Replaced <error> with <warning> for abandoned package as it reflects the intention of this feature better

This commit is contained in:
Cees-Jan Kiewiet 2015-04-30 23:34:26 +02:00
parent bdb6ecb29e
commit c9d9b5085a
3 changed files with 4 additions and 4 deletions

View file

@ -302,7 +302,7 @@ EOT
: null;
$this->getIO()->writeError(
sprintf('<error>Attention: This package is abandoned and no longer maintained.%s</error>', $replacement)
sprintf('<warning>Attention: This package is abandoned and no longer maintained.%s</warning>', $replacement)
);
}