initial commit

This commit is contained in:
ghost 2023-12-15 18:14:45 +02:00
parent 646ed21a84
commit df3342fc4b
4 changed files with 103 additions and 1 deletions

11
composer.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "yggverse/dns",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Dns\\": "src/"
}
},
"require": {}
}