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

Merge branch 'master' into 2.0

This commit is contained in:
Jordi Boggiano 2020-03-10 14:05:33 +01:00
commit d63eb8179e
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
21 changed files with 229 additions and 78 deletions

View file

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