forked from Gameye/gameye-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1019 Bytes
/
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
33
34
35
36
{
"name": "gameye/gameye-sdk-php",
"description": "Gameye SDK for PHP.",
"homepage": "https://github.com/gameye/gameye-sdk-php",
"type": "library",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Gameye B.V.",
"email": "support@gameye.com"
}
],
"keywords": [
"gameye", "counterstrike", "tf2", "l4d2", "tf2", "kf2", "csgo", "gotv", "esport", "gaming", "tournaments", "api", "docker"
],
"autoload": {
"psr-4": {
"Gameye\\SDK\\": "src/sdk/",
"Gameye\\Test\\": "src/test/"
}
},
"require" : {
"php": ">=5.6.4",
"ext-curl": "*",
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "~6.0",
"chili-labs/json-patch": "^1.0",
"zyberspace/steam-web-api-client": "^0.5.0"
},
"require-dev": {
"phpunit/php-code-coverage": "^4.0",
"phpunit/phpunit": "^5.7",
"friendsofphp/php-cs-fixer": "^2.5"
}
}