forked from Kaz-/LeagueOfLegendsAPIBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 812 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
{
"name": "dowdow/league-of-legends-api-bundle",
"description": "A Symfony 2 client for the League of Legends API",
"version": "0.6",
"keywords": ["api", "lol", "league", "of", "legends", "symfony", "bundle"],
"type": "symfony-bundle",
"homepage": "https://github.com/Dowdow/LeagueOfLegendsAPIBundle",
"license": "MIT",
"authors": [
{
"name": "Léo Riera",
"email": "[email protected]",
"homepage": "http://www.banana-station.fr",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": "2.3 - 3.0",
"guzzlehttp/guzzle": "5.0 - 6.0"
},
"autoload": {
"psr-0": { "Dowdow\\LeagueOfLegendsAPIBundle": "" }
},
"target-dir": "Dowdow/LeagueOfLegendsAPIBundle"
}