-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 768 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 768 Bytes
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
{
"name": "gidkom/php-openfire-restapi",
"description": "Manage Open fire server using Rest Api",
"version": "1.0.0",
"keywords": ["openfire", "xmpp", "chat"],
"homepage": "https://github.com/gidkom/php-openfire-restapi",
"license": "MIT",
"authors": [
{
"name": "Gideon Kombian",
"email": "yoroumah@gmail.com"
}
],
"support": {
"email": "yoroumah@gmail.com",
"issues": "https://github.com/gidkom/php-openfire-restapi/issues"
},
"require": {
"php": "^7.2.5",
"ext-curl": "*",
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-0": {
"Gidkom\\OpenFireRestApi": "src/"
}
},
"minimum-stability": "dev"
}