Skip to content

Commit

Permalink
added phpunit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 1, 2017
1 parent 6a07073 commit b0a2b1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
}
],
"minimum-stability": "stable",
"require": {}
"require": {
"phpunit/phpunit": "^6.3"
}
}

0 comments on commit b0a2b1b

Please sign in to comment.