Skip to content
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 to Doctrine ORM 3.0 breaks Turbo #1469

Closed
gubler opened this issue Feb 7, 2024 · 0 comments · Fixed by #1471
Closed

Upgrade to Doctrine ORM 3.0 breaks Turbo #1469

gubler opened this issue Feb 7, 2024 · 0 comments · Fixed by #1471

Comments

@gubler
Copy link

gubler commented Feb 7, 2024

I tested upgrading to Doctrine ORM 3.0/DBAL 4.0 and ran into a problem where those packages no longer require doctrine/common but ux-turbo relies on the ClassUtils class from common.

I was able to fix the problem by directly requiring doctrine/common in my project, but I think ux-turbo should require doctrine/common unless there are plans to move away from using the ClassUtils class (I may have missed discussion about this somewhere).

@gubler gubler changed the title Upgrade to Doctrine 3.0 breaks Turbo Upgrade to Doctrine ORM 3.0 breaks Turbo Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant