-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 967 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "zing/grpc-metapackage",
"keywords": ["grpc", "composer", "metapackage"],
"description": "gRPC meta is a simple composer inclusion list of gRPC: no API, simply require it",
"type": "metapackage",
"license": "MIT",
"homepage": "https://github.com/zingimmick/grpc-metapackage",
"support": {
"issues": "https://github.com/zingimmick/grpc-metapackage/issues",
"source": "https://github.com/zingimmick/grpc-metapackage"
},
"authors": [
{
"name": "zingimmick",
"email": "[email protected]",
"homepage": "https://github.com/zingimmick"
}
],
"config": {
"sort-packages": true,
"preferred-install": "dist"
},
"require": {
"php": ">=7.0",
"ext-grpc": "*",
"grpc/grpc": "^1.57",
"google/protobuf": "^3.23.4 || ^4.0.0"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension."
},
"minimum-stability": "dev",
"prefer-stable": true
}