-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: compatibility with doctrine orm 3.0 minimum #99
feat: compatibility with doctrine orm 3.0 minimum #99
Conversation
@x86demon can you rebase branch 3.x with master ? |
Hi @Gwemox. master mostly contains in-development features that are planned for next release. What functionality do you need in 3.x? Maybe I can cherry-pick some commits or adopt PR for 3.x? |
Add CI? |
CI was ported to 2.x and 3.x |
e409b58
to
f6d5d2f
Compare
f6d5d2f
to
b221630
Compare
It's OK, you can check the code. |
Up @x86demon ? 👼 |
Hi @Gwemox. Thank you for the PR |
Would be great if this could get merged and released. It's the last compatibility blocker for me 😃 |
This PR updates the extension to be compatible with Doctrine 3.0, which is now the minimum required version. I had to remove support for ArrayType and ObjectType, as they are no longer natively supported by Doctrine.
All tests pass.