Initial Commit
This commit is contained in:
44
composer.json
Normal file
44
composer.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"Core\\": "core/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "^6.3"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user