forked from venomous0x/WhatsAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.02 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "whatsapi/whatsapi",
"description": "Interface to WhatsApp Messenger",
"keywords": [ "whatsapp", "api" ],
"homepage": "https://github.com/rafitaFCB/WhatsAPI",
"minimum-stability": "stable",
"type": "library",
"license": "MIT",
"authors": [
{
"name" : "The WhatsAPI Team",
"homepage": "https://github.com/venomous0x/WhatsAPI"
},
{
"name" : "Shirioko",
"homepage": "https://bitbucket.org/shirioko/whatsapi/"
},
{
"name" : "rafitaFCB (only refactoring, added namespaces and cleaning)",
"homepage": "https://github.com/rafitaFCB/WhatsAPI"
}
],
"support" : {
"issues" : "https://github.com/rafitaFCB/WhatsAPI/issues",
"wiki" : "https://github.com/rafitaFCB/WhatsAPI/wiki"
},
"require": {
"php": ">=5.3.2"
},
"suggest": {
"ext-gd" : "To use the thumbnails of resources",
"ffmpeg" : "To use the video thumbnails of resources"
},
"autoload": {
"psr-0": {
"WhatsApi": "src/"
}
}
}