-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 862 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 862 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
{
"name": "spicyweb/dnsapi",
"description": "A helper tool to sync DNSSEC information from ISPConfig to INWX domain registry",
"type": "project",
"require": {
"inwx/domrobot": "^3.1",
"gdm/ispconfig-soap-client": "^0.0.3",
"ext-readline": "*",
"ext-curl": "*",
"ext-soap": "*",
"ext-json": "*",
"splitbrain/php-cli": "^1.1",
"vlucas/phpdotenv": "^4.1"
},
"license": "MIT",
"readme": "./README.md",
"homepage": "https://github.com/SpicyWeb-de/isp-dnstool",
"support": {
"source": "https://github.com/SpicyWeb-de/isp-dnstool",
"issues": "https://github.com/SpicyWeb-de/isp-dnstool/issues"
},
"version": "1.0.0",
"authors": [
{
"name": "Michael Fürmann",
"email": "michael@spicyweb.de"
}
]
}