add ssh2 support

This commit is contained in:
crazywhalecc
2023-05-10 02:31:57 +08:00
parent 7527f9f099
commit a329445701
3 changed files with 31 additions and 0 deletions

View File

@@ -61,6 +61,16 @@
"path": "LICENSE"
}
},
"ext-ssh2": {
"type": "url",
"url": "http://pecl.php.net/get/ssh2",
"path": "php-src/ext/ssh2",
"filename": "ssh2.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-zstd": {
"type": "git",
"path": "php-src/ext/zstd",