mirror of
https://github.com/YGGverse/web-api.git
synced 2025-03-12 21:41:17 +00:00
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"name": "yggverse/net-api",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\NetApi\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"yggverse/net": "^1.0"
|
|
}
|
|
}
|