Files
server/composer.json
Halbe Bruno f37bc712e6 DNSBlock
2025-12-05 19:40:39 -03:00

22 lines
427 B
JSON

{
"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"
}
]
}