We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff63f6c commit b756c43Copy full SHA for b756c43
composer.json
@@ -21,10 +21,10 @@
21
],
22
"require": {
23
"php": "^7.4 || ^8.0",
24
- "ext-zlib": "*",
25
"ext-iconv": "*",
26
"ext-mbstring": "*",
27
- "ext-pdo": "*"
+ "ext-pdo": "*",
+ "ext-zlib": "*"
28
},
29
"support": {
30
"issues": "https://github.com/FriendsOfSymfony1/doctrine1/issues",
@@ -39,5 +39,8 @@
39
"branch-alias": {
40
"dev-master": "1.4-dev"
41
}
42
+ },
43
+ "config": {
44
+ "sort-packages": true
45
46
0 commit comments