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", |
Stanley Cheung | d26753e | 2016-03-03 20:39:01 -0800 | [diff] [blame] | 8 | "repositories": [ |
| 9 | { |
| 10 | "type": "vcs", |
| 11 | "url": "https://github.com/stanley-cheung/Protobuf-PHP" |
| 12 | } |
| 13 | ], |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 14 | "require": { |
| 15 | "php": ">=5.5.0", |
Stanley Cheung | d26753e | 2016-03-03 20:39:01 -0800 | [diff] [blame] | 16 | "datto/protobuf-php": "dev-master", |
| 17 | "google/auth": "v0.7" |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 18 | }, |
| 19 | "autoload": { |
| 20 | "psr-4": { |
| 21 | "Grpc\\": "src/php/lib/Grpc/" |
| 22 | } |
| 23 | } |
| 24 | } |