We're removing the info key from packages.json that displays a message in Composer CLI output.
This was added temporarily to announce the change of ownership. Now that the announcement period is over, we're removing it to avoid adding long-term noise to CLI output.
The message is configured via the COMPOSER_INFO environment variable (not in the codebase).
We're removing the
infokey frompackages.jsonthat displays a message in Composer CLI output.This was added temporarily to announce the change of ownership. Now that the announcement period is over, we're removing it to avoid adding long-term noise to CLI output.
The message is configured via the
COMPOSER_INFOenvironment variable (not in the codebase).