1 Star 0 Fork 4

莫忘初心/Thrift-Apache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1002 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "apache/thrift",
"description": "Apache Thrift RPC system",
"homepage": "http://thrift.apache.org",
"type": "library",
"keywords": ["RPC"],
"license": "Apache-2.0",
"readme": "README.md",
"authors": [
{
"name": "Apache Thrift Developers",
"email": "[email protected]",
"homepage": "http://thrift.apache.org"
}
],
"support": {
"email": "[email protected]",
"issues": "https://issues.apache.org/jira/browse/THRIFT"
},
"require": {
"php": "^5.5 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36",
"squizlabs/php_codesniffer": "3.*"
},
"autoload": {
"psr-4": {"Thrift\\": "lib/php/lib/"}
},
"autoload-dev": {
"psr-4": {"Test\\Thrift\\": "lib/php/test/"}
},
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dontforget-bandian/Thrift-Apache.git
[email protected]:dontforget-bandian/Thrift-Apache.git
dontforget-bandian
Thrift-Apache
Thrift-Apache
master

搜索帮助