mirror of https://github.com/YGGverse/next.git
yggverse
7 months ago
2 changed files with 23 additions and 0 deletions
@ -0,0 +1,21 @@
@@ -0,0 +1,21 @@
|
||||
{ |
||||
"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" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue