Skip to content

Commit

Permalink
allow phpunit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 19, 2015
1 parent 42c34dd commit 672fae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"phpunit/php-code-coverage": "~2.0",
"phpunit/phpunit": "4.*"
"phpunit/phpunit": "~4.0|~5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 672fae5

Please sign in to comment.