Skip to content

Commit

Permalink
Enhancement: Keep packages sorted in composer.json (FakerPHP#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 22, 2020
1 parent 7e98a68 commit 9166a48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion vendor-bin/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"platform": {
"php": "7.1.33"
},
"preferred-install": "dist"
"preferred-install": "dist",
"sort-packages": true
}
}
3 changes: 2 additions & 1 deletion vendor-bin/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"platform": {
"php": "7.1.33"
},
"preferred-install": "dist"
"preferred-install": "dist",
"sort-packages": true
}
}
3 changes: 2 additions & 1 deletion vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"platform": {
"php": "7.1.33"
},
"preferred-install": "dist"
"preferred-install": "dist",
"sort-packages": true
}
}

0 comments on commit 9166a48

Please sign in to comment.