Skip to content

Commit

Permalink
Allow newer PHPUnit version with newer PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 20, 2016
1 parent 1c15013 commit 118c672
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 @@ -15,7 +15,7 @@
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.3",
"phpunit/phpunit": "^4.3||^5.0",
"monolog/monolog": "^1.11",
"squizlabs/php_codesniffer": "^2.5"
},
Expand Down

0 comments on commit 118c672

Please sign in to comment.