Problem/Motivation
Our Composer plugins say lots of things that they maybe don't need to say in normal, non-verbose mode.
Proposed resolution
Evaluate what we need to see normally, and what we can display using -v
or -vv
.
Also, Composer itself sends output on the error channel, and some of our plugins output on stdout, so we should figure out what's the best way.