Skip to content

Commit

Permalink
Add phpunit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 13, 2016
1 parent d2aa5bf commit 82fd8f3
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 @@ -25,7 +25,8 @@
},
"require-dev": {
"symfony/yaml": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0"
"symfony/console": "~2.3|~3.0",
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" }
Expand Down

0 comments on commit 82fd8f3

Please sign in to comment.