Skip to content

Commit

Permalink
Fix sort for "config.allow-plugins" at composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Oct 21, 2023
1 parent 4628cba commit bd0f494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"phpstan/extension-installer": true
},
"sort-packages": true
},
Expand Down

0 comments on commit bd0f494

Please sign in to comment.