-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
In this case, I think you have to reorder existing packages as well in this PR. |
👍 |
This PR was merged into the master branch. Discussion ---------- Sort new Composer packages automatically Related to the symfony/symfony-standard#1036 However, I think it makes even more sense here since we have already sorted packages in composer.json. Commits ------- 749a394 Sort new Composer packages automatically
This PR was merged into the master branch. Discussion ---------- Sort Composer packages automatically Same minor change as proposed in symfony/symfony-standard#1036 Commits ------- 88ce670 Sort Composer packages automatically
7fce428
to
21f0112
Compare
👍 |
What about to sort alphabetically registered bundles in |
👍 |
21f0112
to
7354c9b
Compare
How does that work? I've just added this config to my composer.json, but running composer install or composer update does not sort my composer.json deps. |
@fabpot indeed, running |
@chalasr Ok, sounds a bit counter-intuitive. I would have expected |
I agree, that could deserve a PR on composer. |
@fabpot |
I've done that as of 2.7 and merged everything up. |
I do this in all my projects and Laravel added this too recently (laravel/framework#16843) but I don't know if others will agree 😄