blob: 1d78a2ce210bc270c7fccdd28a2f17167a1c14bb [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 Cheunga75098d2015-07-24 09:03:39 -07005 "version": "0.5.1",
Stanley Cheung9cb508d2015-05-28 13:41:40 -07006 "keywords": ["rpc"],
7 "homepage": "http://grpc.io",
8 "license": "BSD-3-Clause",
9 "require": {
10 "php": ">=5.5.0",
11 "google/auth": "dev-master"
12 },
13 "autoload": {
14 "psr-4": {
15 "Grpc\\": "src/php/lib/Grpc/"
16 }
17 }
18}