Skip to content

Commit

Permalink
[+]: added "phpunit" as "require-dev"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Moelleken committed Jan 28, 2015
1 parent 7063699 commit 78edfeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": {
"voku": "src"
Expand Down

0 comments on commit 78edfeb

Please sign in to comment.