blob: 78366208edbee23270b68a85c51252a99f83e461 [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 Cheung217c3852016-07-21 22:34:40 -070010 "stanley-cheung/protobuf-php": "v0.6"
Stanley Cheungbcd10152016-07-08 10:40:33 -070011 },
12 "require-dev": {
13 "google/auth": "v0.9"
Stanley Cheung9cb508d2015-05-28 13:41:40 -070014 },
15 "autoload": {
16 "psr-4": {
17 "Grpc\\": "src/php/lib/Grpc/"
18 }
19 }
20}