Skip to content

Commit cb8c136

Browse files
committed
Merge pull request #39 from sekjun9878/composer-support
Add Composer Support
2 parents 38ba712 + 7ea35f4 commit cb8c136

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.idea/
2+
/vendor/

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "xpaw/php-source-query-class",
3+
"description": "PHP Class to query servers based on \"Source Engine Query\"",
4+
"homepage": "https://github.com/xPaw/PHP-Source-Query-Class",
5+
"type": "library",
6+
"license": "LGPL-2.1",
7+
"autoload": {
8+
"files": [
9+
"SourceQuery/SourceQuery.class.php"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)