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

add conflict with doctrine/orm < 2.11 #1538

Merged
merged 1 commit into from
Jun 20, 2022
Merged

add conflict with doctrine/orm < 2.11 #1538

merged 1 commit into from
Jun 20, 2022

Conversation

dmaicher
Copy link
Contributor

Fixes #1536

Also thought about conditionally checking for existence of Doctrine\ORM\Configuration::setSchemaIgnoreClasses() but bumping the orm requirement seems better here.

@dmaicher dmaicher marked this pull request as ready for review June 20, 2022 14:48
@dmaicher dmaicher added this to the 2.7.1 milestone Jun 20, 2022
@dmaicher dmaicher added the Bug label Jun 20, 2022
@stof
Copy link
Member

stof commented Jun 20, 2022

Given that require-dev already requires 2.11+, this is indeed the right fix.

@ostrolucky ostrolucky merged commit 0c3759a into 2.7.x Jun 20, 2022
@dmaicher dmaicher deleted the orm_conflict_2.11 branch June 20, 2022 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DoctrineBundle 2.7.0 calls undefined method setSchemaIgnoreClasses
3 participants