forked from vitotafuni/xmpphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 871 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": "ivan1986/xmpphp",
"description": "XMPP PHP Library",
"type": "library",
"keywords": ["jabber", "xmpphp", "gtalk"],
"license": "GPL-2.0+",
"authors": [
{
"name": "Nathan Fritz",
"email": "[email protected]"
},
{
"name": "Stephan Wentz",
"email": "[email protected]"
},
{
"name": "Christian Weiske",
"email": "[email protected]"
},
{
"name": "Vito Tafuni",
"email": "[email protected]"
},
{
"name": "Ivan Borzenkov",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "XMPPHP\\": "XMPPHP" }
},
"require": {
"php": ">=5.3|~7",
"ext-mbstring": "*",
"ext-xml": "*"
}
}