Stanley Cheung | 3dab462 | 2016-03-23 13:04:53 -0700 | [diff] [blame] | 1 | %YAML 1.2 |
| 2 | --- | |
| 3 | { |
| 4 | "name": "grpc/grpc", |
| 5 | "type": "library", |
| 6 | "description": "gRPC library for PHP", |
Stanley Cheung | 3dab462 | 2016-03-23 13:04:53 -0700 | [diff] [blame] | 7 | "keywords": ["rpc"], |
| 8 | "homepage": "http://grpc.io", |
| 9 | "license": "BSD-3-Clause", |
Stanley Cheung | 3dab462 | 2016-03-23 13:04:53 -0700 | [diff] [blame] | 10 | "require": { |
| 11 | "php": ">=5.5.0", |
Stanley Cheung | 82c6d8d | 2017-03-01 12:43:25 -0800 | [diff] [blame] | 12 | "google/protobuf": "^v3.1.0" |
Ken Payson | a56c9da | 2016-07-11 11:59:33 -0700 | [diff] [blame] | 13 | }, |
| 14 | "require-dev": { |
| 15 | "google/auth": "v0.9" |
Stanley Cheung | 3dab462 | 2016-03-23 13:04:53 -0700 | [diff] [blame] | 16 | }, |
| 17 | "autoload": { |
| 18 | "psr-4": { |
| 19 | "Grpc\\": "src/php/lib/Grpc/" |
| 20 | } |
| 21 | } |
| 22 | } |