Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "grpc/grpc", |
| 3 | "type": "library", |
| 4 | "description": "gRPC library for PHP", |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 5 | "keywords": ["rpc"], |
| 6 | "homepage": "http://grpc.io", |
| 7 | "license": "BSD-3-Clause", |
| 8 | "require": { |
| 9 | "php": ">=5.5.0", |
Stanley Cheung | 82c6d8d | 2017-03-01 12:43:25 -0800 | [diff] [blame] | 10 | "google/protobuf": "^v3.1.0" |
Stanley Cheung | bcd1015 | 2016-07-08 10:40:33 -0700 | [diff] [blame] | 11 | }, |
| 12 | "require-dev": { |
| 13 | "google/auth": "v0.9" |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 14 | }, |
| 15 | "autoload": { |
| 16 | "psr-4": { |
| 17 | "Grpc\\": "src/php/lib/Grpc/" |
| 18 | } |
| 19 | } |
| 20 | } |