forked from dolejska-daniel/riot-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 794 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
{
"name": "dolejska-daniel/riot-api",
"type": "library",
"description": "RiotAPI PHP Wrapper Metapackage",
"keywords": ["riot", "league of legends", "data dragon", "api", "wrapper", "php7", "php8", "metapackage"],
"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"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/D0L1K/riot-api-league"
},
{
"type": "vcs",
"url": "https://github.com/D0L1K/riot-api-datadragon"
}
],
"require": {
"dolejska-daniel/riot-api-league": "1.0.3",
"dolejska-daniel/riot-api-datadragon": "1.0.3"
},
"require-dev": {},
"autoload": {},
"minimum-stability": "stable"
}