sort config

This commit is contained in:
crazywhalecc 2023-12-23 13:54:11 +08:00 committed by Jerry Ma
parent 6bcda6a5a0
commit d3ff6fd8c0
3 changed files with 20 additions and 20 deletions

View File

@ -122,6 +122,10 @@
"libiconv"
]
},
"igbinary": {
"type": "external",
"source": "igbinary"
},
"imagick": {
"type": "external",
"source": "ext-imagick",
@ -150,10 +154,6 @@
"icu"
]
},
"igbinary": {
"type": "external",
"source": "igbinary"
},
"ldap": {
"type": "builtin",
"arg-type": "with-prefix",

View File

@ -224,6 +224,12 @@
"libturbojpeg.a"
]
},
"liblz4": {
"source": "liblz4",
"static-libs-unix": [
"liblz4.a"
]
},
"libmemcached": {
"source": "libmemcached",
"static-libs-unix": [
@ -495,12 +501,6 @@
"libiconv"
]
},
"liblz4": {
"source": "liblz4",
"static-libs-unix": [
"liblz4.a"
]
},
"xz": {
"source": "xz",
"static-libs-unix": [

View File

@ -136,6 +136,16 @@
"path": "LICENSE"
}
},
"igbinary": {
"type": "url",
"url": "https://pecl.php.net/get/igbinary",
"path": "php-src/ext/igbinary",
"filename": "igbinary.tgz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"imagemagick": {
"type": "ghtar",
"repo": "ImageMagick/ImageMagick",
@ -360,16 +370,6 @@
"path": "COPYING"
}
},
"igbinary": {
"type": "url",
"url": "https://pecl.php.net/get/igbinary",
"path": "php-src/ext/igbinary",
"filename": "igbinary.tgz",
"license": {
"type": "file",
"path": "COPYING"
}
},
"onig": {
"type": "ghrel",
"repo": "kkos/oniguruma",