1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 10:33:33 +02:00

Add Composer Support

This commit is contained in:
Michael Yoo
2015-02-01 14:13:25 +10:30
parent 6d3355f01f
commit 7ea35f4221
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
/.idea/
/vendor/
+12
View File
@@ -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"
]
}
}