1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-08 01:46:00 +02:00

Add extra keywords for supported games

This commit is contained in:
Pavel Djundik
2015-10-11 12:48:09 +03:00
parent 2591684d24
commit 346151b51f
+8 -2
View File
@@ -8,8 +8,13 @@
[ [
"rcon", "rcon",
"minecraft", "minecraft",
"csgo",
"counter-strike", "counter-strike",
"team fortress" "team fortress",
"starbound",
"rust",
"ark",
"gmod"
], ],
"require": "require":
{ {
@@ -17,7 +22,8 @@
}, },
"autoload": "autoload":
{ {
"psr-4": { "psr-4":
{
"xPaw\\SourceQuery\\": "SourceQuery/" "xPaw\\SourceQuery\\": "SourceQuery/"
} }
} }