Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 61f5474

Browse files
committed
Add symfony/var-dumper dev dependency for easier development
1 parent 27d5dfb commit 61f5474

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
@@ -21,7 +21,8 @@
2121
"friendsofphp/php-cs-fixer": "^2.0",
2222
"squizlabs/php_codesniffer": "^2.6",
2323
"php-mock/php-mock-phpunit": "^1.1",
24-
"satooshi/php-coveralls": "^1.0"
24+
"satooshi/php-coveralls": "^1.0",
25+
"symfony/var-dumper": "^3.3"
2526
},
2627
"autoload": {
2728
"psr-4": {

0 commit comments

Comments
 (0)