blob: 2ad73223c65bdbb3360eb95bd20e7e81b72d0fa3 [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 Cheung3fa51a32015-06-09 16:16:42 -07008 "repositories": [
9 {
10 "type": "vcs",
11 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
12 }
13 ],
murgatroid99d506d552015-03-27 13:15:36 -070014 "require": {
Stanley Cheung0e08aed2015-04-30 09:25:45 -070015 "php": ">=5.5.0",
Stanley Cheung3fa51a32015-06-09 16:16:42 -070016 "datto/protobuf-php": "dev-master",
Stanley Cheungd26753e2016-03-03 20:39:01 -080017 "google/auth": "v0.7"
murgatroid99d506d552015-03-27 13:15:36 -070018 },
19 "autoload": {
20 "psr-4": {
21 "Grpc\\": "lib/Grpc/"
22 }
23 }
24}