Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move debug and web profiler bundle into prod dependencies #35274

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"symfony/cache": "6.4.*",
"symfony/config": "6.4.*",
"symfony/console": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/dependency-injection": "6.4.*",
"symfony/doctrine-bridge": "6.4.*",
"symfony/doctrine-messenger": "6.4.*",
Expand Down Expand Up @@ -178,6 +179,7 @@
"symfony/var-dumper": "6.4.*",
"symfony/var-exporter": "6.4.*",
"symfony/web-link": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
"symfony/yaml": "6.4.*",
"tecnickcom/tcpdf": "^6.2.12",
"tijsverkoyen/css-to-inline-styles": "^2.2",
Expand All @@ -198,10 +200,8 @@
"spaze/phpstan-disallowed-calls": "^2.10",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/phpunit-bridge": "6.4.*",
"symfony/stopwatch": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*"
"symfony/stopwatch": "6.4.*"
},
"config": {
"allow-plugins": {
Expand Down
316 changes: 158 additions & 158 deletions composer.lock

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