When I run Composer in my shell, it renders all of the text with a background color of dark yellow, so that it is almost impossible to read.
There's an option to supply the --no-ansi
argument with every command I run, but this really seems like a pain. Is there a way to turn it off of the default? Or even change the color to something more readable?
Just to give a real answer to this question, because I still have the requirement to call composer with --no-ansi (on a Windows server), because of such output in Putty via SSH:
You can edit the batch file of composer:
Source: https://github.com/symfony/symfony/issues/19520#issuecomment-242627544
So it turns out that it was because I was using an "old" version of Composer. When I tried to run an install, I was getting the
I ran
self-update
, and it saw that there hadn't even been a new version in the last 30 days, but it is now rendering in a readable color scheme.