blob: 571f30013fa32929631414e22da0079ef49b3a56 [file] [log] [blame]
murgatroid99d506d552015-03-27 13:15:36 -07001{
2 "name": "grpc/grpc",
Stanley Cheungd26753e2016-03-03 20:39:01 -08003 "type": "library",
murgatroid99d506d552015-03-27 13:15:36 -07004 "description": "gRPC library for PHP",
Stanley Cheungd26753e2016-03-03 20:39:01 -08005 "keywords": ["rpc"],
murgatroid99d506d552015-03-27 13:15:36 -07006 "homepage": "http://grpc.io",
7 "license": "BSD-3-Clause",
Stanley Cheung557aa4e2016-08-22 08:45:12 -07008 "version": "1.1.0",
murgatroid99d506d552015-03-27 13:15:36 -07009 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -070010 "php": ">=5.5.0",
Stanley Cheungc5755ad2016-07-22 12:37:10 -070011 "stanley-cheung/protobuf-php": "v0.6"
12 },
13 "require-dev": {
thinkerou329c2542016-07-15 15:52:53 +080014 "google/auth": "v0.9"
murgatroid99d506d552015-03-27 13:15:36 -070015 },
16 "autoload": {
17 "psr-4": {
18 "Grpc\\": "lib/Grpc/"
19 }
20 }
21}