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.
21 lines
539 B
21 lines
539 B
{ |
|
"name": "yggverse/next", |
|
"description": "PHP 8 server for smallweb protocols", |
|
"keywords": [ "yggverse", "next", "nex", "nex-protocol", "gemini", "gemini-protocol", "ratchet", "server", "socket" ], |
|
"homepage": "https://github.com/yggverse/pulsar", |
|
"type": "project", |
|
"require": { |
|
"cboden/ratchet": "^0.4.4" |
|
}, |
|
"license": "MIT", |
|
"autoload": { |
|
"psr-4": { |
|
"Yggverse\\Next\\": "src/" |
|
} |
|
}, |
|
"authors": [ |
|
{ |
|
"name": "YGGverse" |
|
} |
|
] |
|
}
|
|
|