mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 11:25:35 +08:00
sort config
This commit is contained in:
@@ -187,11 +187,6 @@
|
|||||||
"icu"
|
"icu"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"parallel": {
|
|
||||||
"type": "external",
|
|
||||||
"source": "parallel",
|
|
||||||
"arg-type-windows": "with"
|
|
||||||
},
|
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type": "with-prefix",
|
"arg-type": "with-prefix",
|
||||||
@@ -285,6 +280,11 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"parallel": {
|
||||||
|
"type": "external",
|
||||||
|
"source": "parallel",
|
||||||
|
"arg-type-windows": "with"
|
||||||
|
},
|
||||||
"password-argon2": {
|
"password-argon2": {
|
||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type": "with-prefix",
|
"arg-type": "with-prefix",
|
||||||
|
|||||||
@@ -479,16 +479,6 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parallel": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "https://pecl.php.net/get/parallel",
|
|
||||||
"path": "php-src/ext/parallel",
|
|
||||||
"filename": "parallel.tgz",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ncurses": {
|
"ncurses": {
|
||||||
"type": "filelist",
|
"type": "filelist",
|
||||||
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
|
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",
|
||||||
@@ -525,6 +515,16 @@
|
|||||||
"path": "LICENSE.txt"
|
"path": "LICENSE.txt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"parallel": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://pecl.php.net/get/parallel",
|
||||||
|
"path": "php-src/ext/parallel",
|
||||||
|
"filename": "parallel.tgz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pdo_sqlsrv": {
|
"pdo_sqlsrv": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://pecl.php.net/get/pdo_sqlsrv",
|
"url": "https://pecl.php.net/get/pdo_sqlsrv",
|
||||||
|
|||||||
Reference in New Issue
Block a user