1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 10:43:35 +02:00

Add some keywords

This commit is contained in:
Pavel Djundik
2015-07-09 14:01:10 +03:00
parent 69d6803647
commit 5881a4273b
+9 -2
View File
@@ -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"