mirror of
https://github.com/xPaw/PHP-Source-Query.git
synced 2026-06-08 01:46:00 +02:00
Add Composer Support
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
/.idea/
|
||||||
|
/vendor/
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user