Webman-Dns/composer.json

13 lines
261 B
JSON
Raw Normal View History

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