forked from BenMenking/routeros-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.06 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
38
39
40
41
42
43
44
{
"name": "BenMenking/routeros-api",
"description": "Client API for RouterOS/Mikrotik",
"keywords": [
"routeros",
"mikrotik"
],
"type": "library",
"support": {
"issues": "https://github.com/BenMenking/routeros-api/issues",
"wiki": "http://wiki.mikrotik.com/wiki/API_PHP_class",
"source": "https://github.com/BenMenking/routeros-api"
},
"authors": [
{
"name": "Denis Basta",
"email": "[email protected]"
},
{
"name": "Nick Barnes"
},
{
"name": "Ben Menking",
"email": "[email protected]"
},
{
"name": "Jeremy Jefferson",
"url": "http://jeremyj.com"
},
{
"name": "Cristian Deluxe",
"url": "[email protected]"
},
{
"name": "Mikhail Moskalev",
"url": "[email protected]"
}
],
"autoload": {
"classmap": [
"routeros_api.class.php"
]
}
}