blob: 61f81e02bf4bdda922a4d1237d4e7017b7c259f8 [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 Cheung1ea97362015-09-02 15:30:48 -07005 "version": "0.6.0",
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}