-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix warnings deprecation and test errors #40
Conversation
IMHO, we should add a conflict rule in composer.json to forgot version of symfony that are not compatible anymore. This changes landed in symfony 4.2. So now this bundle is incompatible with symfony 3.4 😬 Another way to deal with it, it to support both methods: https://github.com/symfony/monolog-bundle/blob/635bb23451665247ad676f6b657d3f8c52f94705/DependencyInjection/Configuration.php#L338-L339 |
Second method seems better for me. Is it better to do that ? |
97e5358
to
b6ad0eb
Compare
6fc39a4
to
b0c075e
Compare
b0c075e
to
9c0c072
Compare
7737e01
to
b06d625
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 root_dir usages in the documentation
92f19c5
to
9c24593
Compare
9c24593
to
d0681ea
Compare
Details
Check