-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 857 Bytes
/
Copy pathcomposer.json
File metadata and controls
50 lines (50 loc) · 857 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "detain/ip_vlan_manager",
"type": "library",
"description": "IP\/VLAN Management System",
"keywords": [
"ip",
"vlan",
"ipam",
"ip-address",
"ipv4",
"ipv6",
"cidr",
"subnet",
"dhcp",
"network",
"network-management",
"vlan-management",
"ip-address-management",
"networking",
"rest-api",
"json-api",
"php",
"php-library"
],
"license": "LGPL-2.1-only",
"authors": [
{
"name": "Joe Huss",
"homepage": "https:\/\/my.interserver.net\/"
}
],
"require": {
"php": ">=5.6.0",
"pear/net_ipv4": "dev-trunk",
"mlocati/ip-lib": "dev-main"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.35, <6.0.0",
"phpunit/phpunit-mock-objects": "*"
},
"suggest": {
"s1lentium/iptools": "dev-master"
},
"autoload": {
"psr-4": {
"Detain\\IpVlanManager\\": "src/"
}
},
"minimum-stability": "dev"
}