mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 00:05:37 +08:00
config sort
This commit is contained in:
@@ -432,6 +432,19 @@
|
|||||||
"type": "builtin",
|
"type": "builtin",
|
||||||
"arg-type-unix": "custom"
|
"arg-type-unix": "custom"
|
||||||
},
|
},
|
||||||
|
"openssl": {
|
||||||
|
"notes": true,
|
||||||
|
"type": "builtin",
|
||||||
|
"arg-type": "custom",
|
||||||
|
"arg-type-windows": "with",
|
||||||
|
"lib-depends": [
|
||||||
|
"openssl",
|
||||||
|
"zlib"
|
||||||
|
],
|
||||||
|
"ext-depends": [
|
||||||
|
"zlib"
|
||||||
|
]
|
||||||
|
},
|
||||||
"opentelemetry": {
|
"opentelemetry": {
|
||||||
"notes": true,
|
"notes": true,
|
||||||
"support": {
|
"support": {
|
||||||
@@ -447,19 +460,6 @@
|
|||||||
],
|
],
|
||||||
"type": "external"
|
"type": "external"
|
||||||
},
|
},
|
||||||
"openssl": {
|
|
||||||
"notes": true,
|
|
||||||
"type": "builtin",
|
|
||||||
"arg-type": "custom",
|
|
||||||
"arg-type-windows": "with",
|
|
||||||
"lib-depends": [
|
|
||||||
"openssl",
|
|
||||||
"zlib"
|
|
||||||
],
|
|
||||||
"ext-depends": [
|
|
||||||
"zlib"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"parallel": {
|
"parallel": {
|
||||||
"support": {
|
"support": {
|
||||||
"BSD": "wip"
|
"BSD": "wip"
|
||||||
|
|||||||
@@ -667,16 +667,6 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opentelemetry": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "https://pecl.php.net/get/opentelemetry",
|
|
||||||
"path": "php-src/ext/opentelemetry",
|
|
||||||
"filename": "opentelemetry.tgz",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"openssl": {
|
"openssl": {
|
||||||
"type": "ghrel",
|
"type": "ghrel",
|
||||||
"repo": "openssl/openssl",
|
"repo": "openssl/openssl",
|
||||||
@@ -693,6 +683,16 @@
|
|||||||
"path": "LICENSE.txt"
|
"path": "LICENSE.txt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"opentelemetry": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://pecl.php.net/get/opentelemetry",
|
||||||
|
"path": "php-src/ext/opentelemetry",
|
||||||
|
"filename": "opentelemetry.tgz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"parallel": {
|
"parallel": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://pecl.php.net/get/parallel",
|
"url": "https://pecl.php.net/get/parallel",
|
||||||
|
|||||||
Reference in New Issue
Block a user