blob: 05ac0037146fae19f0631a63c0d7a7102a5636a2 [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",
Stanley Cheungd26753e2016-03-03 20:39:01 -08008 "repositories": [
9 {
10 "type": "vcs",
11 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
12 }
13 ],
Stanley Cheung9cb508d2015-05-28 13:41:40 -070014 "require": {
15 "php": ">=5.5.0",
Stanley Cheungd26753e2016-03-03 20:39:01 -080016 "datto/protobuf-php": "dev-master",
17 "google/auth": "v0.7"
Stanley Cheung9cb508d2015-05-28 13:41:40 -070018 },
19 "autoload": {
20 "psr-4": {
21 "Grpc\\": "src/php/lib/Grpc/"
22 }
23 }
24}