mirror of
https://github.com/YGGverse/next.git
synced 2025-01-12 08:08:29 +00:00
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"name": "yggverse/next",
|
|
"description": "PHP 8 Server for Nex Protocol",
|
|
"keywords": [ "yggverse", "next", "nex", "nex-protocol", "server" ],
|
|
"homepage": "https://github.com/yggverse/pulsar",
|
|
"type": "project",
|
|
"require": {
|
|
"yggverse/nex": "^1.1"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yggverse\\Next\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "YGGverse"
|
|
}
|
|
]
|
|
}
|