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:
+8
-2
@@ -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/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user