Skip to content

Commit f0c066f

Browse files
committed
Update requirements, use caret version constraint
Stick with phpunit <5.4 due to BC-incompatible change in 5.4 (new syntax)
1 parent 864b728 commit f0c066f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"symfony/dependency-injection": ">=2.3,<4",
1919
"symfony/event-dispatcher": ">=2.3,<4",
2020
"symfony/http-kernel": ">=2.3,<4",
21-
"doctrine/doctrine-cache-bundle": "~1.0",
21+
"doctrine/doctrine-cache-bundle": "^1.0",
2222
"php-tmdb/api": "^2.0.14",
23-
"twig/twig": "~1.11|~2.0"
23+
"twig/twig": "^1.11|^2.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^4.8",
26+
"phpunit/phpunit": "^4.8||^5.0,<5.4",
2727
"symfony/framework-bundle": ">=2.3,<4"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)