-
-
Notifications
You must be signed in to change notification settings - Fork 101
Add support for Symfony 8 #879
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
|
There are issues with doctrine persistence 4... |
|
thanks for looking into this loic!
yep, seems signatures changed. do we have to allow persistence 4 for symfony 8 support? if we do, we might need some ugly BC hack, or think if we can at the same time remove support for persistence 3 and ourselves bump a minor version. |
|
@dbu Indeed, Symfony 8 is only a dev requirement on doctrine persistence. So it should be ok. |
|
Hum.... For now, at least doctrine-bundle 3.1.x branch supports Symfony 8 https://packagist.org/packages/doctrine/doctrine-bundle#3.1.x-dev, but this branch requires at least doctrine persistence 4. |
|
blocked by liip/RMT#185 |
|
i added php 8.5 builds and fixed deprecations. now the only remaining thing is probably RMT |
dbu
left a comment
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.
and with RMT updated, this passes 🎉
|
that's great, but we need to use persistence 4 to use with the Doctrine bundle. |
|
lets see #881 |
No description provided.