Skip to content

Commit

Permalink
Enhancement: Keep packages sorted in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and theseer committed Feb 1, 2023
1 parent 212944b commit c5985a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions composer.json
Expand Up @@ -18,15 +18,15 @@
"issues" : "https://github.com/phar-io/phive/issues"
},
"require" : {
"php" : "^7.3||^8.0",
"ext-dom" : "*",
"ext-curl" : "*",
"php": "^7.3||^8.0",
"ext-curl": "*",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"phar-io/version": "^3.0.3",
"phar-io/filesystem": "^2.0.1",
"phar-io/gnupg": "^1.0",
"phar-io/manifest": "^2.0"
"phar-io/manifest": "^2.0",
"phar-io/version": "^3.0.3"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.4"
Expand All @@ -44,5 +44,8 @@
"phive"
],
"minimum-stability" : "dev",
"prefer-stable" : true
"prefer-stable" : true,
"config": {
"sort-packages": true
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5985a1

Please sign in to comment.