We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated from 2.11.0 to 2.12.1 and now the normalization asks for this change
"config": { "preferred-install": { - "acme/*": "source", - "*": "dist" + "*": "dist", + "acme/*": "source" },
This is wrong as the order matters in this config, see https://getcomposer.org/doc/06-config.md#preferred-install
The text was updated successfully, but these errors were encountered:
@Tobion
Thank you for reporting!
Sorry, something went wrong.
Fix is under way!
Released as ergebnis/composer-normalize:2.12.2!
ergebnis/composer-normalize:2.12.2
Thank you again for reporting!
Thanks for fixing so quickly!
allow-plugins
preferred-install
localheinz
Successfully merging a pull request may close this issue.
I updated from 2.11.0 to 2.12.1 and now the normalization asks for this change
This is wrong as the order matters in this config, see https://getcomposer.org/doc/06-config.md#preferred-install
The text was updated successfully, but these errors were encountered: