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 BC with Doctrine ORM 2.2 #257

Merged

Conversation

peter-gribanov
Copy link
Member

BC with doctrine/orm:2.2 was broken.

The method \Doctrine\ORM\QueryBuilder::indexBy() used in IndexBy was added in 2.5.0.
The method \Doctrine\ORM\Query;\Expr::isMemberOf() used in MemberOfX was added in 2.5.0.
The class \Doctrine\ORM\Query\Parameter used in RoundDateTimeSpec was added in 2.3.0.
The class \Doctrine\ORM\EntityManagerInterface used in PlatformFunctionSpec was added in 2.4.0.

@peter-gribanov peter-gribanov self-assigned this Dec 3, 2020
@peter-gribanov peter-gribanov added this to the Release 1.1.2 milestone Dec 3, 2020
This was referenced Dec 3, 2020
@peter-gribanov peter-gribanov merged commit 09fc92e into Happyr:master Dec 4, 2020
@peter-gribanov peter-gribanov deleted the doctrine_orm_2.2_bc_break branch December 4, 2020 09:23
@peter-gribanov peter-gribanov restored the doctrine_orm_2.2_bc_break branch December 10, 2020 15:40
@peter-gribanov peter-gribanov deleted the doctrine_orm_2.2_bc_break branch December 10, 2020 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant