initial commit

This commit is contained in:
ghost 2023-12-15 20:28:20 +02:00
parent 636b40bd86
commit 6bbe001254
5 changed files with 187 additions and 0 deletions

13
composer.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "yggverse/dns-api",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\DnsApi\\": "src/"
}
},
"require": {
"yggverse/dns": "^1.0"
}
}