From a97a2de1512b0070fef04aaf0709a3067309e771 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 12 Jan 2024 19:29:57 +0200 Subject: [PATCH] add meta info --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 55c3533..cf92306 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "name": "yggverse/hl", "description": "PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support ", + "keywords": [ "half-life", "hl", "xash3d", "ipv6", "yggdrasil", "master" ], + "homepage": "https://github.com/YGGverse/hl-php", "type": "library", "license": "MIT", "autoload": {