From e1652a4b36b58c4d96405209d829e84c3ced39d1 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 22 Nov 2024 15:11:20 +0800 Subject: [PATCH] Sort config --- config/source.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/source.json b/config/source.json index 4b5da3db..9b27fae5 100644 --- a/config/source.json +++ b/config/source.json @@ -102,6 +102,18 @@ "path": "LICENSE" } }, + "ext-imap": { + "type": "url", + "url": "https://pecl.php.net/get/imap", + "path": "php-src/ext/imap", + "filename": "imap.tgz", + "license": { + "type": "file", + "path": [ + "LICENSE" + ] + } + }, "ext-memcache": { "type": "url", "url": "https://pecl.php.net/get/memcache", @@ -259,18 +271,6 @@ "path": "LICENSE" } }, - "ext-imap": { - "type": "url", - "url": "https://pecl.php.net/get/imap", - "path": "php-src/ext/imap", - "filename": "imap.tgz", - "license": { - "type": "file", - "path": [ - "LICENSE" - ] - } - }, "inotify": { "type": "url", "url": "https://pecl.php.net/get/inotify",