mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11150] Yellow => Orange in composer output
PHPBB3-11150
This commit is contained in:
parent
fc1d79cf47
commit
dbfe2d7947
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class html_output_formatter extends \Composer\Console\HtmlOutputFormatter
|
|||
30 => 'black',
|
||||
31 => 'red',
|
||||
32 => 'green',
|
||||
33 => 'yellow',
|
||||
33 => 'orange',
|
||||
34 => 'blue',
|
||||
35 => 'magenta',
|
||||
36 => 'cyan',
|
||||
|
|
Loading…
Add table
Reference in a new issue