forked from adrenth/thetvdb2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 860 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
35
{
"name": "rewrewby/thetvdb2",
"description": "API v2 Client for thetvdb.com",
"type": "library",
"keywords": ["thetvdb", "thetvdb.com", "api", "library"],
"license": "MIT",
"homepage": "http://github.com/rewrewby/thetvdb2",
"authors": [
{
"name": "Alwin Drenth",
"email": "adrenth@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^6.0",
"symfony/serializer": "^2.7|^3.0",
"illuminate/support": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"symfony/var-dumper": "^3.0"
},
"autoload": {
"psr-0": {
"Adrenth\\Thetvdb\\": "lib/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}