mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 04:45:59 +02:00
Add some keywords
This commit is contained in:
+9
-2
@@ -1,9 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "xpaw/php-source-query-class",
|
"name": "xpaw/php-source-query-class",
|
||||||
"description": "PHP Class to query servers based on \"Source Engine Query\"",
|
"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-Class",
|
"homepage": "https://github.com/xPaw/PHP-Source-Query",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "LGPL-2.1",
|
"license": "LGPL-2.1",
|
||||||
|
"keywords":
|
||||||
|
[
|
||||||
|
"rcon",
|
||||||
|
"minecraft",
|
||||||
|
"counter-strike",
|
||||||
|
"team fortress"
|
||||||
|
],
|
||||||
"require":
|
"require":
|
||||||
{
|
{
|
||||||
"php": ">=5.4"
|
"php": ">=5.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user