Skip to content

Commit e55f35f

Browse files
committed
feature #32471 Add a new ErrorHandler component (mirror of the Debug component) (yceruto)
This PR was squashed before being merged into the 4.4 branch (closes #32471). Discussion ---------- Add a new ErrorHandler component (mirror of the Debug component) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - On top of symfony/symfony#32470 Commits ------- b1b6e80a3d Add a new ErrorHandler component (mirror of the Debug component)
2 parents f2b9056 + c224f42 commit e55f35f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
},
3939
"conflict": {
4040
"symfony/event-dispatcher": "<4.3",
41-
"symfony/http-kernel": "<4.4",
42-
"symfony/debug": "<4.4"
41+
"symfony/http-kernel": "<4.4"
4342
},
4443
"suggest": {
4544
"enqueue/messenger-adapter": "For using the php-enqueue library as a transport."

0 commit comments

Comments
 (0)