Skip to content

Commit 42abb5a

Browse files
committed
Sort config
1 parent eaa9969 commit 42abb5a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

config/source.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@
102102
"path": "LICENSE"
103103
}
104104
},
105+
"ext-imap": {
106+
"type": "url",
107+
"url": "https://pecl.php.net/get/imap",
108+
"path": "php-src/ext/imap",
109+
"filename": "imap.tgz",
110+
"license": {
111+
"type": "file",
112+
"path": [
113+
"LICENSE"
114+
]
115+
}
116+
},
105117
"ext-memcache": {
106118
"type": "url",
107119
"url": "https://pecl.php.net/get/memcache",
@@ -249,18 +261,6 @@
249261
"path": "LICENSE"
250262
}
251263
},
252-
"ext-imap": {
253-
"type": "url",
254-
"url": "https://pecl.php.net/get/imap",
255-
"path": "php-src/ext/imap",
256-
"filename": "imap.tgz",
257-
"license": {
258-
"type": "file",
259-
"path": [
260-
"LICENSE"
261-
]
262-
}
263-
},
264264
"inotify": {
265265
"type": "url",
266266
"url": "https://pecl.php.net/get/inotify",

0 commit comments

Comments
 (0)