blob: 711ee82b79a62f1bb4ffee725b3d205b09d5b457 [file] [log] [blame]
Stanley Cheung9cb508d2015-05-28 13:41:40 -07001{
2 "name": "grpc/grpc",
3 "type": "library",
4 "description": "gRPC library for PHP",
Stanley Cheung9cb508d2015-05-28 13:41:40 -07005 "keywords": ["rpc"],
6 "homepage": "http://grpc.io",
7 "license": "BSD-3-Clause",
8 "require": {
9 "php": ">=5.5.0",
Stanley Cheung619c0342016-10-06 12:22:02 -070010 "ext-grpc": "*",
Stanley Cheung39b2e5b2016-09-23 13:37:10 -070011 "google/protobuf": "v3.1.0-alpha-1"
Stanley Cheungbcd10152016-07-08 10:40:33 -070012 },
13 "require-dev": {
14 "google/auth": "v0.9"
Stanley Cheung9cb508d2015-05-28 13:41:40 -070015 },
16 "autoload": {
17 "psr-4": {
18 "Grpc\\": "src/php/lib/Grpc/"
19 }
20 }
21}