Skip to content

Commit 92a1c21

Browse files
committed
add var_dumper
1 parent ec8f3b5 commit 92a1c21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^3.22.0",
26-
"phpunit/phpunit": "^10.2"
26+
"phpunit/phpunit": "^10.2",
27+
"symfony/var-dumper": "^6"
28+
2729
},
2830
"scripts": {
2931
"post-root-package-install": [

0 commit comments

Comments
 (0)