Skip to content

Commit

Permalink
fix: Fix missing var-dumper dependency (#1053)
Browse files Browse the repository at this point in the history
Currently it is included via HumbugBox as a transitive dev deps but it
is a required dependency for some commands like `inspect`.
  • Loading branch information
theofidry committed Jun 16, 2024
1 parent 72d5ba6 commit d4e7ffa
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 84 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"symfony/console": "^6.4 || ^7.0",
"symfony/filesystem": "^6.4 || ^7.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/var-dumper": "^7.1",
"thecodingmachine/safe": "^2.0"
},
"require-dev": {
Expand Down
168 changes: 84 additions & 84 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4e7ffa

Please sign in to comment.