forked from domingopa/WhatsAPI-Official
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 913 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
{
"name": "whatsapp/chat-api",
"description": "The PHP WhatsApp library",
"license": "GPL-3.0+",
"keywords": [
"WhatsApp",
"WhatsAPI",
"Chat-API"
],
"authors": [
{
"role": "Contributors",
"name": "Chat API Contributing Team",
"homepage": "https://github.com/mgp25/Chat-API/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/mgp25/Chat-API/issues",
"wiki": "https://github.com/mgp25/Chat-API/wiki",
"source": "https://github.com/mgp25/Chat-API"
},
"autoload": {
"classmap": [
"src/"
]
},
"require": {
"php": ">=5.6",
"ext-curl": "*",
"ext-gd" : "*",
"ext-mcrypt": "*",
"ext-openssl" : "*",
"ext-pdo" : "*",
"ext-sockets" : "*",
"ext-sqlite3" : "*"
}
}