blob: aa6cbb8bcb2da2be3f637fb23a62d5c6dcf1bd16 [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"],
Mehrdad Afsharibb3d95b2017-07-10 22:24:28 +00008 "homepage": "https://grpc.io",
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02009 "license": "Apache-2.0",
Stanley Cheung3dab4622016-03-23 13:04:53 -070010 "require": {
Stanley Cheung6e589c62017-05-16 18:09:36 -070011 "php": ">=5.5.0"
Ken Paysona56c9da2016-07-11 11:59:33 -070012 },
13 "require-dev": {
14 "google/auth": "v0.9"
Stanley Cheung3dab4622016-03-23 13:04:53 -070015 },
Stanley Cheung6e589c62017-05-16 18:09:36 -070016 "suggest": {
17 "ext-protobuf": "For better performance, install the protobuf C extension.",
18 "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
19 },
Stanley Cheung3dab4622016-03-23 13:04:53 -070020 "autoload": {
21 "psr-4": {
22 "Grpc\\": "src/php/lib/Grpc/"
23 }
24 }
25 }