We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363847d commit e6530e6Copy full SHA for e6530e6
composer.json
@@ -18,12 +18,12 @@
18
"symfony/dependency-injection": ">=2.7,<4",
19
"symfony/event-dispatcher": ">=2.7,<4",
20
"symfony/http-kernel": ">=2.7,<4",
21
- "doctrine/doctrine-cache-bundle": "~1.0",
22
- "php-tmdb/api": "~2.1",
23
- "twig/twig": "~1.11|~2.0"
+ "doctrine/doctrine-cache-bundle": "^1.0",
+ "php-tmdb/api": "^2.1",
+ "twig/twig": "^1.11|^2.0"
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "~5.0",
+ "phpunit/phpunit": "~5.0,<5.4",
27
"symfony/framework-bundle": ">=2.7,<4"
28
29
"autoload": {
0 commit comments