blob: 3b4d62f24dbd913a6837588ca6e95af649b49b7c [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 Cheung619c0342016-10-06 12:22:02 -070012 "ext-grpc": "*",
Stanley Cheung39b2e5b2016-09-23 13:37:10 -070013 "google/protobuf": "v3.1.0-alpha-1"
Ken Paysona56c9da2016-07-11 11:59:33 -070014 },
15 "require-dev": {
16 "google/auth": "v0.9"
Stanley Cheung3dab4622016-03-23 13:04:53 -070017 },
18 "autoload": {
19 "psr-4": {
20 "Grpc\\": "src/php/lib/Grpc/"
21 }
22 }
23 }