blob: 6e7f24b451eb5d7fc6ab91bff378d7e23eef7ac7 [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 Cheungbcd10152016-07-08 10:40:33 -070016 "datto/protobuf-php": "dev-master"
17 },
18 "require-dev": {
19 "google/auth": "v0.9"
Stanley Cheung9cb508d2015-05-28 13:41:40 -070020 },
21 "autoload": {
22 "psr-4": {
23 "Grpc\\": "src/php/lib/Grpc/"
24 }
25 }
26}