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

13 lines
304 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",
"autoload": {
"files": [
"SourceQuery/SourceQuery.class.php"
]
}
}