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

Fix error with doctrine/orm 3.0: ClassMetadataInfo is now ClassMetadata #22

Merged
merged 1 commit into from
Jul 31, 2024
Merged

Conversation

spackmat
Copy link
Contributor

In ORM 3.0, Doctrine\ORM\Mapping\ClassMetadataInfo is removed, so Doctrine\ORM\Mapping\ClassMetadata must be used.

…assMetadata

In ORM 3.0, `Doctrine\ORM\Mapping\ClassMetadataInfo` is removed, so `Doctrine\ORM\Mapping\ClassMetadata` must be used.
@spackmat spackmat changed the title Doctrine\ORM\Mapping\ClassMetadataInfo is now Doctrine\ORM\Mapping\ClassMetadata Fix error with doctrine/orm 3.0: ClassMetadataInfo is now ClassMetadata May 24, 2024
@arca223
Copy link

arca223 commented Jun 5, 2024

Up, the bundle breaks without this change

@spackmat
Copy link
Contributor Author

spackmat commented Jul 4, 2024

Just a quick bump since v11.0.1 was released today and still doesn't work with ORM 3.0.

@gilles-g
Copy link
Contributor

@spackmat @arca223
Hi,
Thank you, I will create a new tag soon

@gilles-g gilles-g merged commit 4171901 into SpiriitLabs:master Jul 31, 2024
4 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