mirror of https://github.com/YGGverse/web-api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
230 B
14 lines
230 B
1 year ago
|
{
|
||
|
"name": "yggverse/dns-api",
|
||
|
"type": "project",
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Yggverse\\DnsApi\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"yggverse/dns": "^1.0"
|
||
|
}
|
||
|
}
|