-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"require": {
"php": ">= 7.1.0",
"yourivw/LEClient": "dev-master",
"namecheap/namecheap": "dev-master",
"gellu/godaddy-api-client": "master",
"gufy/cpanel-whm": "dev-master",
"guzzlehttp/guzzle": "~6"
},
"require-dev": {
"phpunit/phpunit": "~7.1"
},
"autoload": {
"files": [
"libs/DNS_Utility.php"
],
"classmap": [
"libs/ataama",
"libs/LetsEncrypt/Host/exceptions",
"libs/LetsEncrypt/Host",
"libs/LetsEncrypt/Providers",
"libs/LetsEncrypt/Providers/Godaddy",
"libs/LetsEncrypt/Providers/Namecheap"
]
},
"config": {
"bin-dir": "bin/"
},
"repositories": [
{
"type": "vcs",
"no-api": true,
"url": "git@github.com:KnightAR/godaddy-api-client.git"
},
{
"type": "vcs",
"no-api": true,
"url": "git@github.com:KnightAR/LEClient.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}