We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b728 commit f0c066fCopy full SHA for f0c066f
composer.json
@@ -18,12 +18,12 @@
18
"symfony/dependency-injection": ">=2.3,<4",
19
"symfony/event-dispatcher": ">=2.3,<4",
20
"symfony/http-kernel": ">=2.3,<4",
21
- "doctrine/doctrine-cache-bundle": "~1.0",
+ "doctrine/doctrine-cache-bundle": "^1.0",
22
"php-tmdb/api": "^2.0.14",
23
- "twig/twig": "~1.11|~2.0"
+ "twig/twig": "^1.11|^2.0"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^4.8",
+ "phpunit/phpunit": "^4.8||^5.0,<5.4",
27
"symfony/framework-bundle": ">=2.3,<4"
28
29
"autoload": {
0 commit comments