blob: 97b1a5cb49bfd7621ce324db30a41581f5581e0e [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 Cheungd26753e2016-03-03 20:39:01 -08005 "version": "0.14.0",
Stanley Cheung9cb508d2015-05-28 13:41:40 -07006 "keywords": ["rpc"],
7 "homepage": "http://grpc.io",
8 "license": "BSD-3-Clause",
Stanley Cheungd26753e2016-03-03 20:39:01 -08009 "repositories": [
10 {
11 "type": "vcs",
12 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
13 }
14 ],
Stanley Cheung9cb508d2015-05-28 13:41:40 -070015 "require": {
16 "php": ">=5.5.0",
Stanley Cheungd26753e2016-03-03 20:39:01 -080017 "datto/protobuf-php": "dev-master",
18 "google/auth": "v0.7"
Stanley Cheung9cb508d2015-05-28 13:41:40 -070019 },
20 "autoload": {
21 "psr-4": {
22 "Grpc\\": "src/php/lib/Grpc/"
23 }
24 }
25}