-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
31 lines (31 loc) · 935 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
{
"name": "tobiassjosten/thetvdb-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle for the TheTVDB.com API library",
"keywords": [ "thetvdb.com" ],
"homepage": "https://github.com/tobiassjosten/TobiassjostenTheTVDBBundle",
"license": "MIT",
"authors": [
{
"name": "Tobias Sjösten",
"email": "[email protected]",
"homepage": "http://vvv.tobiassjosten.net/"
}
],
"require" : {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2",
"symfony/console": ">=2.2",
"fpn/thetvdb": "~1.0"
},
"require-dev": {
"symfony/class-loader": ">=2.2",
"symfony/finder": ">=2.2",
"symfony/yaml": ">=2.2"
},
"minimum-stability": "alpha",
"autoload" : {
"psr-0" : { "Tobiassjosten\\TheTVDBBundle": "" }
},
"target-dir": "Tobiassjosten/TheTVDBBundle"
}