hl-php/composer.json
2024-01-12 18:19:28 +02:00

18 lines
352 B
JSON

{
"name": "yggverse/hl",
"description": "PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support ",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Hl\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"require": {}
}