From d3ff6fd8c0baf7cc2d8ecaca767ae7151ee2061b Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 23 Dec 2023 13:54:11 +0800 Subject: [PATCH] sort config --- config/ext.json | 8 ++++---- config/lib.json | 12 ++++++------ config/source.json | 20 ++++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/ext.json b/config/ext.json index 1dde5bc6..2d0bac9f 100644 --- a/config/ext.json +++ b/config/ext.json @@ -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", diff --git a/config/lib.json b/config/lib.json index 7116a115..e6d0f729 100644 --- a/config/lib.json +++ b/config/lib.json @@ -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": [ diff --git a/config/source.json b/config/source.json index 7738d6b4..04d29227 100644 --- a/config/source.json +++ b/config/source.json @@ -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",