mirror of https://github.com/grpc/grpc.git
Merge pull request #1789 from stanley-cheung/php_packaging
PHP: add composer.json to top level for packagist submissionpull/1815/head
commit
7684bf5238
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