1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/11150] Yellow => Orange in composer output

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-17 09:41:32 +02:00
committed by Tristan Darricau
parent fc1d79cf47
commit dbfe2d7947

View File

@@ -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',