Skip to content

Commit 82fd8f3

Browse files
committed
Add phpunit dep
1 parent d2aa5bf commit 82fd8f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"require-dev": {
2727
"symfony/yaml": "~2.3|~3.0",
28-
"symfony/console": "~2.3|~3.0"
28+
"symfony/console": "~2.3|~3.0",
29+
"phpunit/phpunit": "^4.8"
2930
},
3031
"autoload": {
3132
"psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" }

0 commit comments

Comments
 (0)