mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 17:15:39 +00:00
17 lines
352 B
JSON
17 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": {}
|
|
}
|