Add symfony/debug-bundle because I get an error otherwise

This commit is contained in:
2024-05-24 00:50:29 -04:00
parent e0309874d4
commit 2b2b3c8dc4
2 changed files with 107 additions and 107 deletions

View File

@@ -45,7 +45,8 @@
"symfony/web-link": "7.0.*",
"symfony/yaml": "7.0.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
"twig/twig": "^2.12|^3.0",
"symfony/debug-bundle": "7.0.*"
},
"config": {
"allow-plugins": {
@@ -101,10 +102,9 @@
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/debug-bundle": "7.0.*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*"
}
}
}