mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 09:45:29 +00:00
init composer
This commit is contained in:
parent
8a5eab214f
commit
e75b79780a
2 changed files with 23 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue