2016-09-15 18:09:01 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2017-07-25 17:40:10 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-bcmath": "Need to support JSON deserialization"
|
|
|
|
},
|
2016-09-15 18:09:01 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-08-04 23:35:22 +00:00
|
|
|
"Google\\Protobuf\\": "php/src/Google/Protobuf",
|
|
|
|
"GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf"
|
2017-06-14 22:57:11 +00:00
|
|
|
}
|
2016-09-15 18:09:01 +00:00
|
|
|
}
|
|
|
|
}
|