blob: b8f4346444f66d7dfe95a0f2f9de5dd8adaf6db3 [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 Cheung9cb508d2015-05-28 13:41:40 -07005 "keywords": ["rpc"],
Mehrdad Afsharibb3d95b2017-07-10 22:24:28 +00006 "homepage": "https://grpc.io",
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02007 "license": "Apache-2.0",
Stanley Cheung9cb508d2015-05-28 13:41:40 -07008 "require": {
Stanley Cheung6e589c62017-05-16 18:09:36 -07009 "php": ">=5.5.0"
Stanley Cheungbcd10152016-07-08 10:40:33 -070010 },
11 "require-dev": {
ZhouyihaiDing28c6d6b2018-06-05 10:49:48 -070012 "google/auth": "^v1.3.0"
Stanley Cheung9cb508d2015-05-28 13:41:40 -070013 },
Stanley Cheung6e589c62017-05-16 18:09:36 -070014 "suggest": {
15 "ext-protobuf": "For better performance, install the protobuf C extension.",
16 "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
17 },
Stanley Cheung9cb508d2015-05-28 13:41:40 -070018 "autoload": {
19 "psr-4": {
20 "Grpc\\": "src/php/lib/Grpc/"
21 }
22 }
23}