-
Notifications
You must be signed in to change notification settings - Fork 27
Doctrine 3 Compatibility #87
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
Doctrine 3 Compatibility #87
Conversation
Merged and released as 2.0.0 |
This PR is not complete. The matrices for PHP and Doctrine were not updated in the I tried getting the action to work but I get errors on github actions that are not duplicatable locally. My suspicion is this repo is not building the metadata correctly. See https://github.com/laravel-doctrine/fluent/actions/runs/17921088342 Version 2.0.0 is considered incomplete and not recommended at this time. Rolling back to version 1.x as the default branch on this project. @DudeMason please give this your attention. |
Okay, I'll take a look at it! |
This updates the fluent library to be compatible with Doctrine 3 and Laravel 12.
PRs also have been opened in laravel-doctrine/extensions and laravel-doctrine/orm repositories.
We are currently successfully implementing these changes in our production environment with Laravel 12 and Doctrine 3.