Skip to content

Commit 22cac8a

Browse files
committed
Added Symfony var dumper to dev dependencies
1 parent cb89c79 commit 22cac8a

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
@@ -31,7 +31,8 @@
3131
"phpstan/extension-installer": "^1.0",
3232
"phpstan/phpstan": "^1.0",
3333
"phpunit/phpunit": "^7.5|^8.0|^9.0",
34-
"squizlabs/php_codesniffer": "^3.5"
34+
"squizlabs/php_codesniffer": "^3.5",
35+
"symfony/var-dumper": "^5.0|^6.0|^7.0"
3536
},
3637
"autoload": {
3738
"psr-4": {

0 commit comments

Comments
 (0)