Skip to content

Commit

Permalink
Merge pull request #10 from alwinkpc/master
Browse files Browse the repository at this point in the history
Limit phpunit to version 4.8
  • Loading branch information
sanmai authored Feb 19, 2017
2 parents 1a240df + cdbbe86 commit 866621d
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 @@ -49,6 +49,6 @@
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "4.8.*"
}
}

0 comments on commit 866621d

Please sign in to comment.