mirror of https://github.com/grpc/grpc.git
parent
5ae14d1a5b
commit
9cb508dd2b
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
{ |
||||
"name": "grpc/grpc", |
||||
"type": "library", |
||||
"description": "gRPC library for PHP", |
||||
"keywords": ["rpc"], |
||||
"homepage": "http://grpc.io", |
||||
"license": "BSD-3-Clause", |
||||
"require": { |
||||
"php": ">=5.5.0", |
||||
"google/auth": "dev-master" |
||||
}, |
||||
"autoload": { |
||||
"psr-4": { |
||||
"Grpc\\": "src/php/lib/Grpc/" |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue