Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40ab3dc

Browse filesBrowse 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 46d1fb4 + 1dfe059 commit 40ab3dc
Copy full SHA for 40ab3dc

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.