Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Adds code coverage package
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 20, 2016
1 parent f9f9256 commit ceff55f
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 @@ -14,7 +14,8 @@
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"mockery/mockery": "~0.9"
"mockery/mockery": "~0.9",
"phpunit/php-code-coverage": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ceff55f

Please sign in to comment.