nex-php/composer.json
2024-04-21 14:32:15 +03:00

19 lines
435 B
JSON

{
"name": "yggverse/nex",
"description": "PHP 8 Library for Nex Protocol",
"keywords": [ "yggverse", "nex", "nex-protocol", "client" ],
"homepage": "https://github.com/yggverse/nex-php",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Nex\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"require": {}
}