From 5881a4273baadd600126cfe7e14a5039d3d8af85 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 9 Jul 2015 14:01:10 +0300 Subject: [PATCH] Add some keywords --- composer.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9703aae..4496722 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,16 @@ { "name": "xpaw/php-source-query-class", - "description": "PHP Class to query servers based on \"Source Engine Query\"", - "homepage": "https://github.com/xPaw/PHP-Source-Query-Class", + "description": "PHP library to query and send RCON commands to servers based on \"Source Engine Query\" protocol", + "homepage": "https://github.com/xPaw/PHP-Source-Query", "type": "library", "license": "LGPL-2.1", + "keywords": + [ + "rcon", + "minecraft", + "counter-strike", + "team fortress" + ], "require": { "php": ">=5.4"