blob: 94f0c236a9606d43dc5a5b2d02a762fb99215055 [file] [log] [blame]
Stanley Cheung3dab4622016-03-23 13:04:53 -07001%YAML 1.2
2--- |
3 {
4 "name": "grpc/grpc",
5 "type": "library",
6 "description": "gRPC library for PHP",
Stanley Cheung3dab4622016-03-23 13:04:53 -07007 "keywords": ["rpc"],
8 "homepage": "http://grpc.io",
9 "license": "BSD-3-Clause",
Stanley Cheung3dab4622016-03-23 13:04:53 -070010 "require": {
11 "php": ">=5.5.0",
Stanley Cheung82c6d8d2017-03-01 12:43:25 -080012 "google/protobuf": "^v3.1.0"
Ken Paysona56c9da2016-07-11 11:59:33 -070013 },
14 "require-dev": {
15 "google/auth": "v0.9"
Stanley Cheung3dab4622016-03-23 13:04:53 -070016 },
17 "autoload": {
18 "psr-4": {
19 "Grpc\\": "src/php/lib/Grpc/"
20 }
21 }
22 }