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"], |
Mehrdad Afshari | bb3d95b | 2017-07-10 22:24:28 +0000 | [diff] [blame] | 6 | "homepage": "https://grpc.io", |
Jan Tattermusch | 4d5c310 | 2017-06-07 10:23:56 +0200 | [diff] [blame] | 7 | "license": "Apache-2.0", |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 8 | "require": { |
Stanley Cheung | 6e589c6 | 2017-05-16 18:09:36 -0700 | [diff] [blame] | 9 | "php": ">=5.5.0" |
Stanley Cheung | bcd1015 | 2016-07-08 10:40:33 -0700 | [diff] [blame] | 10 | }, |
| 11 | "require-dev": { |
| 12 | "google/auth": "v0.9" |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 13 | }, |
Stanley Cheung | 6e589c6 | 2017-05-16 18:09:36 -0700 | [diff] [blame] | 14 | "suggest": { |
| 15 | "ext-protobuf": "For better performance, install the protobuf C extension.", |
| 16 | "google/protobuf": "To get started using grpc quickly, install the native protobuf library." |
| 17 | }, |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 18 | "autoload": { |
| 19 | "psr-4": { |
| 20 | "Grpc\\": "src/php/lib/Grpc/" |
| 21 | } |
| 22 | } |
| 23 | } |