mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Compare commits
2 Commits
6bc6e32dd0
...
435d2c07b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
435d2c07b0 | ||
|
|
ed0a45da31 |
@@ -124,10 +124,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ext-brotli": {
|
"ext-brotli": {
|
||||||
"type": "git",
|
"type": "ghtagtar",
|
||||||
|
"repo": "kjdev/php-ext-brotli",
|
||||||
"path": "php-src/ext/brotli",
|
"path": "php-src/ext/brotli",
|
||||||
"rev": "master",
|
|
||||||
"url": "https://github.com/kjdev/php-ext-brotli",
|
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
@@ -361,10 +360,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ext-zstd": {
|
"ext-zstd": {
|
||||||
"type": "git",
|
"type": "ghtar",
|
||||||
|
"repo": "kjdev/php-ext-zstd",
|
||||||
"path": "php-src/ext/zstd",
|
"path": "php-src/ext/zstd",
|
||||||
"rev": "master",
|
|
||||||
"url": "https://github.com/kjdev/php-ext-zstd",
|
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
|
|||||||
Reference in New Issue
Block a user