-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 801 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 801 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
{
"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": "leo.riera1@gmail.com",
"homepage": "http://www.banana-station.fr",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": "~2.3",
"guzzlehttp/guzzle": "~5.0"
},
"autoload": {
"psr-0": { "Dowdow\\LeagueOfLegendsAPIBundle": "" }
},
"target-dir": "Dowdow/LeagueOfLegendsAPIBundle"
}