-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compatibility with Symfony 5 #5
Comments
Symfony: 5.3.12 Fork: https://github.com/Fabian-Heinrich/doctrine-log-bundle This bundle looks nice and i really want to use it in a project with Symfony 5.3.12 and PHP 8. Using composer i required a fork implementing the here mentioned changes in src/DependencyInjection/Configuration.php. I was not enable to get this bundle to work. The bundle was enabled correctly in bundles.php. I created the table |
Same for me, it doesn't work at all: no entries in |
Symfony 5.3.6
Environment dev
Debug enabled
PHP version7.4.21
This is because Symfony\Component\Config\Definition\Builder\TreeBuilder is modified.
I'll add a fix I found here KnpLabs/DoctrineBehaviors#431
The text was updated successfully, but these errors were encountered: