sort config, add imagemagick

This commit is contained in:
crazywhalecc
2023-05-10 00:46:57 +08:00
parent a59e338438
commit 9daa10e939
3 changed files with 103 additions and 43 deletions

View File

@@ -1,4 +1,8 @@
{
"apcu": {
"type": "external",
"source": "apcu"
},
"bcmath": {
"type": "builtin"
},
@@ -35,10 +39,6 @@
"zlib"
]
},
"apcu": {
"type": "external",
"source": "apcu"
},
"event": {
"type": "external",
"source": "ext-event",
@@ -114,6 +114,14 @@
"libiconv"
]
},
"imagick": {
"type": "external",
"source": "ext-imagick",
"arg-type": "custom",
"lib-depends": [
"imagemagick"
]
},
"imap": {
"type": "builtin",
"arg-type": "with",