1 Star 0 Fork 0

汪先龙 / protobuf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
michaelbausor 提交于 2017-08-04 16:35 . Update PHP descriptors (#3391)
{
"name": "google/protobuf",
"type": "library",
"description": "proto library for PHP",
"keywords": ["proto"],
"homepage": "https://developers.google.com/protocol-buffers/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"autoload": {
"psr-4": {
"Google\\Protobuf\\": "php/src/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf"
}
}
}
1
https://gitee.com/wxl_2/protobuf.git
git@gitee.com:wxl_2/protobuf.git
wxl_2
protobuf
protobuf
master

搜索帮助