forked from F21/DNSMadeEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 834 Bytes
/
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
{
"name" : "f21/dnsmadeeasy",
"description" : "A simple php library to work with DNSMadeEasy's API v2.0",
"type" : "library",
"authors" : [{
"name" : "Francis Chuang",
"email" : "francis.chuang@gmail.com",
"homepage" : "https://github.com/F21",
"role" : "Creator"
}
],
"keywords" : [
"DNSMadeEasy",
"PHP",
"API"
],
"homepage" : "https://github.com/F21/DNSMadeEasy",
"license" : [
"Apache-2.0"
],
"require" : {
"php" : ">=5.4.0"
},
"autoload" : {
"psr-0" : {
"DNSMadeEasy" : "."
}
},
"support" : {
"source" : "https://github.com/F21/DNSMadeEasy",
"issues" : "https://github.com/F21/DNSMadeEasy/issues",
"wiki" : "https://github.com/F21/DNSMadeEasy/wiki"
},
"repositories" : [{
"name" : "Paradox",
"type" : "vcs",
"url" : "https://github.com/triAGENS/ArangoDB-PHP"
}
]
}