-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (47 loc) · 943 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wechaty/php-grpc",
"type": "library",
"description": "PHP Wechaty is a Conversational AI RPA SDK for Chatbot written in PHP.",
"keywords": [
"package",
"dependency",
"autoload"
],
"homepage": "https://github.com/wechaty/php-grpc",
"license": "Apache-2.0",
"version": "v0.16.2",
"authors": [
{
"name": "Chunsheng Zhang",
"email": "zhangchunsheng423@gmail.com",
"homepage": "https://www.luomor.com/"
}
],
"require": {
"php": "^7.0 || ^8.0",
"grpc/grpc": "^v1.3.0",
"google/protobuf": "^v3.3.0"
},
"require-dev": {
},
"config": {
},
"extra": {
},
"autoload": {
"psr-4": {
"GPBMetadata\\": "wechaty/GPBMetadata/",
"Wechaty\\": "wechaty/Wechaty/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
},
"support": {
"issues": "https://github.com/wechaty/php-grpc/issues"
}
}