-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.04 KB
/
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": "arsen-bespalov/webicqpro",
"description": "Set of PHP tools for simple and clear work with ICQ (OSCAR) protocol",
"version": "1.5.0",
"type": "library",
"keywords": ["icq", "icq bot", "icq api"],
"homepage": "http://wip.asminog.com",
"time": "2012-03-20 20:21:31",
"license": "GPL-2.0",
"authors": [
{
"name": "Sergey Akudovich",
"email": "test@intrigue.ru",
"homepage": "http://wip.asminog.com",
"role": "Developer"
},
{
"name": "Arsen Bespalov",
"email": "bespalov@arsen.pw",
"homepage": "http://arsen.pw",
"role": "Translator"
}
],
"support": {
"issues": "https://github.com/asminog/WebIcqPro/issues",
"forum": "http://wip.asminog.com/forum/",
"wiki": "https://github.com/ArsenBespalov/WebIcqPro/wiki"
},
"require": {
"php": ">=5.2.0"
},
"autoload": {
"classmap": [
"WebIcqPro.class.php"
]
}
}