forked from EloGank/lol-replay-observer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (32 loc) · 801 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
{
"name": "elogank/lol-replay-observer",
"description": "A simple library to allow players to watch League of Legends replays on your server",
"keywords": [
"lol", "library", "league of legends", "replay", "record", "spectator", "server", "observer", "download"
],
"license": "MIT",
"authors": [
{
"name": "Sylvain Lorinet",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"elogank/lol-replay-downloader": "1.2.*@dev",
"psr/log": "~1.0"
},
"require-dev": {
"symfony/var-dumper": "~2.7"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}