hl-php/composer.json

20 lines
486 B
JSON
Raw Normal View History

2024-01-12 18:19:28 +02:00
{
"name": "yggverse/hl",
"description": "PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support ",
2024-01-12 19:29:57 +02:00
"keywords": [ "half-life", "hl", "xash3d", "ipv6", "yggdrasil", "master" ],
"homepage": "https://github.com/YGGverse/hl-php",
2024-01-12 18:19:28 +02:00
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yggverse\\Hl\\": "src/"
}
},
"authors": [
{
"name": "YGGverse"
}
],
"require": {}
}