-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Rename the ErrorHandler component to ErrorCatcher #32227
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
Conversation
fabpot
commented
Jun 27, 2019
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | n/a |
License | MIT |
Doc PR | n/a |
5fba1b7
to
5ec8fd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot to update composer.json for other components: https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/HttpKernel/composer.json#L20
5ec8fd4
to
39c36c3
Compare
@lyrixx fixed, thank you |
275735c
to
aec49d5
Compare
src/Symfony/Bundle/FrameworkBundle/Resources/config/error_catcher.xml
Outdated
Show resolved
Hide resolved
aec49d5
to
669fb01
Compare
669fb01
to
e5d3243
Compare
e5d3243
to
057546c
Compare
be30508
to
d66331f
Compare
d66331f
to
b6eac3f
Compare
…pot) This PR was merged into the 4.4 branch. Discussion ---------- Rename the ErrorHandler component to ErrorCatcher | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | n/a | License | MIT | Doc PR | n/a <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- b6eac3f renamed the ErrorHandler component to ErrorCatcher
@@ -17,7 +17,7 @@ | |||
], | |||
"require": { | |||
"php": "^7.1.3", | |||
"symfony/config": "^4.2|^5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this requirement should be kept, as we do depend on it (and we should not rely on the transitive dependency coming from elsewhere)