PHP 8 Server for Nex Protocol
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.

21 lines
479 B

{
"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"
}
]
}