blob: c9ffbbcbd019a1b41f5259c198874a5daad5cc6a [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",
10 "repositories": [
11 {
12 "type": "vcs",
13 "url": "https://github.com/stanley-cheung/Protobuf-PHP"
14 }
15 ],
16 "require": {
17 "php": ">=5.5.0",
Ken Paysona56c9da2016-07-11 11:59:33 -070018 "datto/protobuf-php": "dev-master"
19 },
20 "require-dev": {
21 "google/auth": "v0.9"
Stanley Cheung3dab4622016-03-23 13:04:53 -070022 },
23 "autoload": {
24 "psr-4": {
25 "Grpc\\": "src/php/lib/Grpc/"
26 }
27 }
28 }