Skip to content

Commit 7ea35f4

Browse files
committed
Add Composer Support
1 parent 6d3355f commit 7ea35f4

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)