Skip to content

Commit

Permalink
[composer] add sort-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu authored and thePanz committed Feb 18, 2024
1 parent ff63f6c commit b756c43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ext-zlib": "*",
"ext-iconv": "*",
"ext-mbstring": "*",
"ext-pdo": "*"
"ext-pdo": "*",
"ext-zlib": "*"
},
"support": {
"issues": "https://github.com/FriendsOfSymfony1/doctrine1/issues",
Expand All @@ -39,5 +39,8 @@
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit b756c43

Please sign in to comment.