forked from php-tmdb/symfony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·32 lines (32 loc) · 1.07 KB
/
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
{
"name": "rewrewby/tmdb-symfony",
"license": "MIT",
"type": "symfony-bundle",
"description": "Symfony2 Bundle for TMDB ( The Movie Database ) API. Provides easy access to the php-tmdb/api library.",
"homepage": "https://github.com/rewrewby/tmdb-symfony",
"keywords": ["tmdb", "api", "php","wrapper", "movie", "tv", "tv show", "tvdb", "symfony", "symfony2"],
"authors": [
{
"name": "Michael Roterman",
"homepage": "http://wtfz.net",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"symfony/config": ">=2.3,<4",
"symfony/dependency-injection": ">=2.3,<4",
"symfony/event-dispatcher": ">=2.3,<4",
"symfony/http-kernel": ">=2.3,<4",
"doctrine/doctrine-cache-bundle": "~1.0",
"php-tmdb/api": "dev-feature/guzzle-6",
"twig/twig": "~1.11|~2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"symfony/framework-bundle": ">=2.3,<4"
},
"autoload": {
"psr-4": { "Tmdb\\SymfonyBundle\\": "" }
}
}