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

Support Doctrine ORM 3.0 #180

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Conversation

wmouwen
Copy link
Contributor

@wmouwen wmouwen commented Feb 9, 2024

Doctrine ORM v3.0.0 has been released.
https://github.com/doctrine/orm/releases/tag/3.0.0

Upgrade the minimal version of the ORM to v2.14, allow v3.0 as well. This matches the version requirement as used by doctrine/doctrine-fixtures-bundle.

Update the GitHub workflows to test against v2.14, v2.18 and v3.0.

@wmouwen
Copy link
Contributor Author

wmouwen commented Feb 16, 2024

@chalasr Allow me to tag you here. Could you enable the workflows to run?

@wmouwen
Copy link
Contributor Author

wmouwen commented Feb 17, 2024

The package symfony/doctrine-bridge versions 6.4 and above conflict with doctrine/orm version 2.14.*. Removed those combinations from the GitHub workflows.

Fixed the errors thrown by psalm and php-cs-fixer.

@abozhinov
Copy link

When to expect the new release? I've saw that all tests are passed.

Copy link
Member

@chalasr chalasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work.

@chalasr
Copy link
Member

chalasr commented Mar 10, 2024

Thank you @wmouwen.

@chalasr chalasr merged commit a094e60 into thephpleague:master Mar 10, 2024
23 checks passed
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 this pull request may close these issues.

3 participants