Skip to content

Commit

Permalink
Merge pull request #18 from JoshuaCarter/master
Browse files Browse the repository at this point in the history
fix(composer): Require phpunit ^5.7
  • Loading branch information
Joshua Carter authored Dec 11, 2018
2 parents 922b112 + 110d65d commit 0402bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"require": {
"silverstripe/framework": "~4.0",
"codeception/codeception": "~2.3"
"codeception/codeception": "~2.3",
"phpunit/phpunit": "^5.7"
},
"extra": {
"installer-name": "test-assist",
Expand Down

0 comments on commit 0402bd3

Please sign in to comment.