Skip to content

Commit

Permalink
[TASK] Update recipe for symfony/debug-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Nov 21, 2024
1 parent 6be4656 commit a3bf40a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Knp\Bundle\PaginatorBundle\KnpPaginatorBundle::class => ['all' => true],
T3G\Bundle\TemplateBundle\TemplateBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
T3G\Bundle\UsercentricsBundle\UsercentricsBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
];
5 changes: 5 additions & 0 deletions config/packages/debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
when@dev:
debug:
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
# See the "server:dump" command to start a new server.
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
4 changes: 0 additions & 4 deletions config/packages/dev/debug.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,15 @@
"version": "v5.1.9"
},
"symfony/debug-bundle": {
"version": "4.1",
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.1",
"ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
"branch": "main",
"version": "5.3",
"ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
},
"files": [
"config/packages/dev/debug.yaml"
"config/packages/debug.yaml"
]
},
"symfony/dependency-injection": {
Expand Down

0 comments on commit a3bf40a

Please sign in to comment.