mirror of https://github.com/YGGverse/next.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.
22 lines
479 B
22 lines
479 B
7 months ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|