mirror of
https://github.com/YGGverse/next.git
synced 2025-01-26 23:04:49 +00:00
init composer
This commit is contained in:
parent
8a5eab214f
commit
e75b79780a
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/vendor/
|
||||
/composer.lock
|
21
composer.json
Normal file
21
composer.json
Normal file
@ -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…
x
Reference in New Issue
Block a user