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