DNSBlock
This commit is contained in:
21
composer.json
Normal file
21
composer.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user