blob: 01674a25db8168143d0e255e2c8f9e7eca5ce1d7 [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 "version": "0.14.0",
6 "keywords": ["rpc"],
murgatroid99d506d552015-03-27 13:15:36 -07007 "homepage": "http://grpc.io",
8 "license": "BSD-3-Clause",
Stanley Cheung3fa51a32015-06-09 16:16:42 -07009 "repositories": [
10 {
11 "type": "vcs",
12 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
13 }
14 ],
murgatroid99d506d552015-03-27 13:15:36 -070015 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -070016 "php": ">=5.5.0",
Stanley Cheung3fa51a32015-06-09 16:16:42 -070017 "datto/protobuf-php": "dev-master",
Stanley Cheungd26753e2016-03-03 20:39:01 -080018 "google/auth": "v0.7"
murgatroid99d506d552015-03-27 13:15:36 -070019 },
20 "autoload": {
21 "psr-4": {
22 "Grpc\\": "lib/Grpc/"
23 }
24 }
25}