forked from dolejska-daniel/riot-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 798 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 798 Bytes
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": "dolejska-daniel/riot-api",
"type": "library",
"description": "Riot League of Legends & DataDragon API wrapper for PHP7",
"keywords": ["riot", "league of legends", "data dragon", "api", "wrapper", "php7"],
"homepage": "https://github.com/dolejska-daniel/riot-api",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Daniel Dolejška",
"email": "dolejskad@gmail.com",
"role": "Developer"
}
],
"require": {
"nette/utils": "^2.5",
"guzzlehttp/guzzle": "^6.3",
"php": "^7.0.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "6.2.2",
"codeclimate/php-test-reporter": "v0.4.4"
},
"autoload": {
"psr-4": {
"RiotAPI\\DataDragonAPI\\": "src/DataDragonAPI",
"RiotAPI\\LeagueAPI\\": "src/LeagueAPI"
}
},
"minimum-stability": "stable"
}