Add symfony debugbar with composer require debug command

This commit is contained in:
Krzysztof Płaczek
2024-10-17 17:38:28 +02:00
parent 49338c31b5
commit d4aa0dde32
8 changed files with 618 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"symfony/dotenv": "7.1.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.1.*",
"symfony/monolog-bundle": "^3.0",
"symfony/runtime": "7.1.*",
"symfony/twig-bundle": "7.1.*",
"symfony/yaml": "7.1.*",
@@ -66,5 +67,10 @@
"allow-contrib": false,
"require": "7.1.*"
}
},
"require-dev": {
"symfony/debug-bundle": "7.1.*",
"symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*"
}
}