forked from pear2/Net_RouterOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.13 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
{
"name": "pear2/net_routeros",
"description": "This package allows you to read and write information from a RouterOS host using MikroTik's RouterOS API.",
"keywords": ["routeros", "package", "api", "mikrotik", "pear2", "router"],
"homepage": "http://pear2.github.com/Net_RouterOS/",
"license": "LGPL-2.1",
"authors": [
{
"name": "Vasil Rangelov",
"email": "[email protected]",
"role": "lead"
}
],
"support": {
"issues": "http://github.com/pear2/Net_RouterOS/issues",
"wiki": "http://github.com/pear2/Net_RouterOS/wiki"
},
"require": {
"php": ">=5.3.0",
"pear2/net_transmitter": ">=1.0.0a4"
},
"suggest": {
"pear2/cache_shm": ">=0.1.2",
"ext-apc": ">=3.0.13",
"ext-wincache": ">=1.1.0",
"ext-openssl": "*"
},
"autoload": {
"psr-0": {
"PEAR2\\Net\\RouterOS\\": "src/",
"PEAR2\\Net\\Transmitter\\": "vendor/pear2/net_transmitter/src/",
"PEAR2\\Cache\\SHM": "vendor/pear2/cache_shm/src/"
}
},
"minimum-stability": "dev"
}