forked from koraktor/steam-condenser-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.07 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "koraktor/steam-condenser",
"version": "1.3.10",
"description": "The Steam Condenser is a library for querying the Steam Community, Source and GoldSrc game servers",
"keywords": [ "steam", "query", "source", "goldsrc", "community", "webapi" ],
"homepage": "http://koraktor.de/steam-condenser",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sebastian Staudt",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/koraktor/steam-condenser/issues",
"source": "https://github.com/koraktor/steam-condenser-php",
"wiki": "https://github.com/koraktor/steam-condenser/wiki"
},
"require": {
"php": ">=5.4.0",
"monolog/monolog": "~1.10"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "~2.6.1",
"phpunit/phpunit": "~4.1.3"
},
"autoload": {
"files": [ "lib/SteamCondenser.php" ],
"psr-4": { "SteamCondenser\\": "lib/SteamCondenser" }
}
}