mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
add fastchart, fastjson and clickhouse extensions
This commit is contained in:
@@ -133,6 +133,16 @@
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"ext-clickhouse": {
|
||||
"type": "ghtagtar",
|
||||
"repo": "iliaal/php_clickhouse",
|
||||
"match": "tarball/refs/tags/\\d",
|
||||
"path": "php-src/ext/clickhouse",
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"ext-ds": {
|
||||
"type": "url",
|
||||
"url": "https://pecl.php.net/get/ds",
|
||||
@@ -162,6 +172,24 @@
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"ext-fastchart": {
|
||||
"type": "ghtagtar",
|
||||
"repo": "iliaal/fastchart",
|
||||
"path": "php-src/ext/fastchart",
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"ext-fastjson": {
|
||||
"type": "ghtagtar",
|
||||
"repo": "iliaal/fastjson",
|
||||
"path": "php-src/ext/fastjson",
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"ext-glfw": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mario-deluna/php-glfw",
|
||||
|
||||
Reference in New Issue
Block a user