mirror of
https://github.com/YGGverse/next.git
synced 2025-01-25 22:34:21 +00:00
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|