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.
Test-Miroir/composer.json

19 lines
344 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"
]
}
}