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.
23 lines
541 B
23 lines
541 B
{ |
|
"name": "grpc/grpc", |
|
"type": "library", |
|
"description": "gRPC library for PHP", |
|
"keywords": ["rpc"], |
|
"homepage": "https://grpc.io", |
|
"license": "Apache-2.0", |
|
"require": { |
|
"php": ">=7.0.0" |
|
}, |
|
"require-dev": { |
|
"google/auth": "^v1.3.0" |
|
}, |
|
"suggest": { |
|
"ext-protobuf": "For better performance, install the protobuf C extension.", |
|
"google/protobuf": "To get started using grpc quickly, install the native protobuf library." |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"Grpc\\": "src/php/lib/Grpc/" |
|
} |
|
} |
|
}
|
|
|