Skip to content

Commit

Permalink
Remove vardumper to reduce number of depencies
Browse files Browse the repository at this point in the history
In an effort to reduce the size of phpDocumentor are much as possible and
prevent conflicts in applications where phpDocumentor is injected, we try
to reduce the number of dependencies.
  • Loading branch information
mvriel committed Sep 23, 2018
1 parent 4d71e18 commit 277a592
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 145 deletions.
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -60,7 +60,6 @@
"symfony/routing": "^4.0",
"symfony/stopwatch": "^4.0",
"symfony/translation": "^4.0",
"symfony/var-dumper": "^4.0",
"symfony/yaml": "^4.0",
"tedivm/stash": "^0.14.2",
"twig/twig": "~1.3",
Expand Down
147 changes: 9 additions & 138 deletions composer.lock

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

6 changes: 0 additions & 6 deletions symfony.lock
Expand Up @@ -239,9 +239,6 @@
"symfony/polyfill-mbstring": {
"version": "v1.6.0"
},
"symfony/polyfill-php72": {
"version": "v1.7.0"
},
"symfony/process": {
"version": "v4.0.3"
},
Expand Down Expand Up @@ -269,9 +266,6 @@
"ref": "6bcd6c570c017ea6ae5a7a6a027c929fd3542cd8"
}
},
"symfony/var-dumper": {
"version": "v4.0.8"
},
"symfony/yaml": {
"version": "v4.0.3"
},
Expand Down

0 comments on commit 277a592

Please sign in to comment.