Skip to content

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

@Tobion

Description

@Tobion

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions