Skip to content

Commit

Permalink
allow phpunit in php 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidde Boomsma committed Jun 8, 2016
1 parent 3a43ef2 commit d0831c8
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 @@ -16,7 +16,7 @@
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
},
"require-dev": {
"phpunit/phpunit": "^5.2",
"phpunit/phpunit": "^5.2||^4.8.24",
"mockery/mockery": "^0.9.4"
},
"extra": {
Expand Down

0 comments on commit d0831c8

Please sign in to comment.