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 | a75098d | 2015-07-24 09:03:39 -0700 | [diff] [blame] | 5 | "version": "0.5.1", |
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", |
| 9 | "require": { |
| 10 | "php": ">=5.5.0", |
| 11 | "google/auth": "dev-master" |
| 12 | }, |
| 13 | "autoload": { |
| 14 | "psr-4": { |
| 15 | "Grpc\\": "src/php/lib/Grpc/" |
| 16 | } |
| 17 | } |
| 18 | } |