Skip to content

Commit 5881a42

Browse files
committed
Add some keywords
1 parent 69d6803 commit 5881a42

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"name": "xpaw/php-source-query-class",
3-
"description": "PHP Class to query servers based on \"Source Engine Query\"",
4-
"homepage": "https://github.com/xPaw/PHP-Source-Query-Class",
3+
"description": "PHP library to query and send RCON commands to servers based on \"Source Engine Query\" protocol",
4+
"homepage": "https://github.com/xPaw/PHP-Source-Query",
55
"type": "library",
66
"license": "LGPL-2.1",
7+
"keywords":
8+
[
9+
"rcon",
10+
"minecraft",
11+
"counter-strike",
12+
"team fortress"
13+
],
714
"require":
815
{
916
"php": ">=5.4"

0 commit comments

Comments
 (0)