mirror of
https://github.com/YGGverse/web-api.git
synced 2026-03-31 17:45:30 +00:00
initial commit
This commit is contained in:
parent
636b40bd86
commit
6bbe001254
5 changed files with 187 additions and 0 deletions
13
composer.json
Normal file
13
composer.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "yggverse/dns-api",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yggverse\\DnsApi\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"yggverse/dns": "^1.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue