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", |
Nicolas "Pixel" Noble | 16caa50 | 2016-05-06 03:02:51 +0200 | [diff] [blame] | 5 | "version": "0.15.0", |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 6 | "keywords": ["rpc"], |
| 7 | "homepage": "http://grpc.io", |
| 8 | "license": "BSD-3-Clause", |
Stanley Cheung | d26753e | 2016-03-03 20:39:01 -0800 | [diff] [blame] | 9 | "repositories": [ |
| 10 | { |
| 11 | "type": "vcs", |
| 12 | "url": "https://github.com/stanley-cheung/Protobuf-PHP" |
| 13 | } |
| 14 | ], |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 15 | "require": { |
| 16 | "php": ">=5.5.0", |
Stanley Cheung | d26753e | 2016-03-03 20:39:01 -0800 | [diff] [blame] | 17 | "datto/protobuf-php": "dev-master", |
| 18 | "google/auth": "v0.7" |
Stanley Cheung | 9cb508d | 2015-05-28 13:41:40 -0700 | [diff] [blame] | 19 | }, |
| 20 | "autoload": { |
| 21 | "psr-4": { |
| 22 | "Grpc\\": "src/php/lib/Grpc/" |
| 23 | } |
| 24 | } |
| 25 | } |