Merge pull request #39 from sekjun9878/composer-support

Add Composer Support
pull/56/head
Pavel 10 years ago
commit cb8c136792

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