Skip to content

Commit b756c43

Browse files
connorhuthePanz
authored andcommitted
[composer] add sort-packages
1 parent ff63f6c commit b756c43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
],
2222
"require": {
2323
"php": "^7.4 || ^8.0",
24-
"ext-zlib": "*",
2524
"ext-iconv": "*",
2625
"ext-mbstring": "*",
27-
"ext-pdo": "*"
26+
"ext-pdo": "*",
27+
"ext-zlib": "*"
2828
},
2929
"support": {
3030
"issues": "https://github.com/FriendsOfSymfony1/doctrine1/issues",
@@ -39,5 +39,8 @@
3939
"branch-alias": {
4040
"dev-master": "1.4-dev"
4141
}
42+
},
43+
"config": {
44+
"sort-packages": true
4245
}
4346
}

0 commit comments

Comments
 (0)