-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (46 loc) · 1.41 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (46 loc) · 1.41 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
44
45
46
{
"name": "hosteroid/domain-monitor",
"description": "A powerful, self-hosted domain expiration monitoring system with multi-channel notifications",
"type": "project",
"license": "MIT",
"keywords": ["domain", "monitoring", "whois", "rdap", "notifications", "expiration", "alerts", "telegram", "discord", "slack"],
"homepage": "https://github.com/Hosteroid/domain-monitor",
"authors": [
{
"name": "Hosteroid",
"email": "support@hosteroid.uk",
"homepage": "https://hosteroid.uk"
}
],
"support": {
"issues": "https://github.com/Hosteroid/domain-monitor/issues",
"source": "https://github.com/Hosteroid/domain-monitor",
"docs": "https://github.com/Hosteroid/domain-monitor/wiki"
},
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"vlucas/phpdotenv": "^5.5",
"phpmailer/phpmailer": "^6.8",
"guzzlehttp/guzzle": "^7.8",
"pragmarx/google2fa": "^8.0",
"endroid/qr-code": "^4.8",
"twig/twig": "^3.0"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Core\\": "core/"
}
},
"require-dev": {
"symfony/var-dumper": "^6.3"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
}
}