Webman-Dns/composer.json

13 lines
261 B
JSON
Raw Normal View History

2022-12-18 16:22:56 +05:30
{
"name": "laysense/dns",
"type": "library",
2024-01-31 12:17:58 +05:30
"license": "Apache-2.0",
2022-12-18 16:22:56 +05:30
"description": "Webman plugin laysense/dns. You can making a DNS Server with Webman now",
"require": {
},
"autoload": {
"psr-4": {
"Laysense\\Dns\\": "src"
}
}
}