1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 10:33:33 +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",
"minecraft",
"csgo",
"counter-strike",
"team fortress"
"team fortress",
"starbound",
"rust",
"ark",
"gmod"
],
"require":
{
@@ -17,7 +22,8 @@
},
"autoload":
{
"psr-4": {
"psr-4":
{
"xPaw\\SourceQuery\\": "SourceQuery/"
}
}