mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 17:15:39 +00:00
initial release
This commit is contained in:
parent
f343894229
commit
c91e69fc73
4 changed files with 163 additions and 1 deletions
17
composer.json
Normal file
17
composer.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue