Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
776 B
27 lines
776 B
{ |
|
"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" |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Foo\\": "tests/generated/Foo", |
|
"Bar\\": "tests/generated/Bar", |
|
"Google\\Protobuf\\": "tests/generated/Google/Protobuf", |
|
"Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal", |
|
"GPBMetadata\\": "tests/generated/GPBMetadata", |
|
"GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal" |
|
}, |
|
"files": [ |
|
"src/Google/Protobuf/descriptor.php" |
|
] |
|
} |
|
}
|
|
|