-
Notifications
You must be signed in to change notification settings - Fork 34
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
Upgrade requirements doctrine to ^3. #3088
Comments
Only Laravel Framework 8 support Doctrine 3 while Laravel Nova 3.x provide support for Laravel Framework v7 and v8. At the moment it's not safe to allow |
I don't understand well. You say: " Laravel Nova 3.x provide support for Laravel Framework v7 and v8." I've Laravel Framework 8, and Laravel Nova 3
but
|
|
Marking this as |
Problem 1
- laravel/nova is locked to version 3.15.0 and an update of this package was not requested.
- laravel/nova 3.15.0 requires doctrine/dbal ^2.9 -> found doctrine/dbal[v2.9.0, ..., 2.12.x-dev] but it conflicts with your root composer.json require (^3.0).
The text was updated successfully, but these errors were encountered: