Skip to content

Commit

Permalink
Update requirements, use caret version constraint
Browse files Browse the repository at this point in the history
Stick with phpunit <5.4 due to BC-incompatible change in 5.4 (new
syntax)
  • Loading branch information
yukoff committed Jun 1, 2017
1 parent 864b728 commit f0c066f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"symfony/dependency-injection": ">=2.3,<4",
"symfony/event-dispatcher": ">=2.3,<4",
"symfony/http-kernel": ">=2.3,<4",
"doctrine/doctrine-cache-bundle": "~1.0",
"doctrine/doctrine-cache-bundle": "^1.0",
"php-tmdb/api": "^2.0.14",
"twig/twig": "~1.11|~2.0"
"twig/twig": "^1.11|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"phpunit/phpunit": "^4.8||^5.0,<5.4",
"symfony/framework-bundle": ">=2.3,<4"
},
"autoload": {
Expand Down

0 comments on commit f0c066f

Please sign in to comment.