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 | 619c034 | 2016-10-06 12:22:02 -0700 | [diff] [blame] | 10 | "ext-grpc": "*", |
Stanley Cheung | 39b2e5b | 2016-09-23 13:37:10 -0700 | [diff] [blame] | 11 | "google/protobuf": "v3.1.0-alpha-1" |
Stanley Cheung | bcd1015 | 2016-07-08 10:40:33 -0700 | [diff] [blame] | 12 | }, |
| 13 | "require-dev": { |
| 14 | "google/auth": "v0.9" |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 15 | }, |
| 16 | "autoload": { |
| 17 | "psr-4": { |
| 18 | "Grpc\\": "src/php/lib/Grpc/" |
| 19 | } |
| 20 | } |
| 21 | } |