adding DebugBundle and var-dumper requirement

This commit is contained in:
Mathieu Jaumotte
2021-02-19 22:30:35 +01:00
parent 10078cdf1b
commit 3abe3d2d97
6 changed files with 101 additions and 1 deletions
+12
View File
@@ -141,6 +141,18 @@
"bin/console"
]
},
"symfony/debug-bundle": {
"version": "4.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.1",
"ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
},
"files": [
"config/packages/dev/debug.yaml"
]
},
"symfony/dependency-injection": {
"version": "v5.2.3"
},