forked from gidkom/php-openfire-restapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 896 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
{
"name": "maniaplanet/php-openfire-restapi",
"description": "Manage Open fire server using Rest Api",
"version": "1.0.0",
"keywords": ["openfire", "xmpp", "chat"],
"homepage": "https://github.com/maniaplanet/php-openfire-restapi",
"license": "MIT",
"authors": [
{
"name": "Gideon Kombian",
"email": "yoroumah@gmail.com"
},
{
"name": "Sylvain Guglielmi",
"email": "sylvain@nadeo.com"
}
],
"support": {
"email": "sylvain@nadeo.com",
"issues": "https://github.com/maniaplanet/php-openfire-restapi/issues"
},
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"guzzlehttp/guzzle": "~5.0|~6.0"
},
"autoload": {
"psr-0": {
"Maniaplanet\\OpenFireRestApi": "src/"
}
},
"minimum-stability": "dev"
}