You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
343 B
19 lines
343 B
{
|
|
"name": "xpaw/php-source-query-class",
|
|
"description": "PHP Class to query servers based on \"Source Engine Query\"",
|
|
"homepage": "https://github.com/xPaw/PHP-Source-Query-Class",
|
|
"type": "library",
|
|
"license": "LGPL-2.1",
|
|
"require":
|
|
{
|
|
"php": ">=5.4"
|
|
},
|
|
"autoload":
|
|
{
|
|
"files":
|
|
[
|
|
"SourceQuery/SourceQuery.class.php"
|
|
]
|
|
}
|
|
}
|