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:
parent
bdb6ecb29e
commit
c9d9b5085a
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue