Skip to content

Commit 4af2417

Browse files
committed
Preparing 2.1
1 parent badb985 commit 4af2417

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4.0",
17-
"symfony/config": ">=2.3,<4",
18-
"symfony/dependency-injection": ">=2.3,<4",
19-
"symfony/event-dispatcher": ">=2.3,<4",
20-
"symfony/http-kernel": ">=2.3,<4",
16+
"php": ">=5.5.0",
17+
"symfony/config": ">=2.7,<4",
18+
"symfony/dependency-injection": ">=2.7,<4",
19+
"symfony/event-dispatcher": ">=2.7,<4",
20+
"symfony/http-kernel": ">=2.7,<4",
2121
"doctrine/doctrine-cache-bundle": "~1.0",
22-
"php-tmdb/api": "^2.0.14",
22+
"php-tmdb/api": "~2.1",
2323
"twig/twig": "~1.11|~2.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^4.8",
27-
"symfony/framework-bundle": ">=2.3,<4"
26+
"phpunit/phpunit": "~5.0",
27+
"symfony/framework-bundle": ">=2.7,<4"
2828
},
2929
"autoload": {
3030
"psr-4": { "Tmdb\\SymfonyBundle\\": "" }

0 commit comments

Comments
 (0)