Add Composer Support

pull/39/head
Michael Yoo 10 years ago
parent 6d3355f01f
commit 7ea35f4221
No known key found for this signature in database
GPG Key ID: 409DBB63E3750CCD

2
.gitignore vendored

@ -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"
]
}
}
Loading…
Cancel
Save