Skip to content

Commit 346151b

Browse files
committed
Add extra keywords for supported games
1 parent 2591684 commit 346151b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,22 @@
88
[
99
"rcon",
1010
"minecraft",
11+
"csgo",
1112
"counter-strike",
12-
"team fortress"
13+
"team fortress",
14+
"starbound",
15+
"rust",
16+
"ark",
17+
"gmod"
1318
],
1419
"require":
1520
{
1621
"php": ">=5.4"
1722
},
1823
"autoload":
1924
{
20-
"psr-4": {
25+
"psr-4":
26+
{
2127
"xPaw\\SourceQuery\\": "SourceQuery/"
2228
}
2329
}

0 commit comments

Comments
 (0)