This commit is contained in:
Halbe Bruno
2025-12-05 19:40:39 -03:00
commit f37bc712e6
4312 changed files with 359196 additions and 0 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dnsblock/system",
"description": "DNS Block Management System",
"type": "project",
"require": {
"php": "^8.1",
"vlucas/phpdotenv": "^5.5",
"firebase/php-jwt": "^6.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"authors": [
{
"name": "Antigravity",
"email": "agent@example.com"
}
]
}