Skip to content
New issue

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

2.12.1 wants to change preferred-install option where order matters #644

Closed
Tobion opened this issue Dec 29, 2020 · 4 comments · Fixed by #646 or ergebnis/json-normalizer#723
Closed
Assignees
Labels

Comments

@Tobion
Copy link

Tobion commented Dec 29, 2020

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

@localheinz
Copy link
Member

@Tobion

Thank you for reporting!

@localheinz
Copy link
Member

@Tobion

Fix is under way!

@localheinz
Copy link
Member

@Tobion

Released as ergebnis/composer-normalize:2.12.2!

Thank you again for reporting!

@Tobion
Copy link
Author

Tobion commented Dec 31, 2020

Thanks for fixing so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants