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

setEntityListenerResolver call will only work with doctrine/orm >= 2.4.0 #41

Open
lschricke opened this issue Aug 31, 2014 · 4 comments

Comments

@lschricke
Copy link

Hi!

I think the requirements defined in composer.json are not strict enough since there is a call to Configuration's setEntityListenerResolver method which is only available since version 2.4 of Doctrine ORM.

Or I am missing something?

@simensen
Copy link
Member

It is possible you are correct. :) I don't have time to look right now, but I would consider bumping the requirements to ~2.4. Otherwise, if there is a way to make it work w/ older versions of Doctrine as well I'd be up for that.

@lschricke
Copy link
Author

Not sure I can help to make it work with 2.3 version of Doctrine. But I reckon bumping the requirement to ~2.4 would be a good quick fix as the provider does not seem to work with ~2.3 anyway.
Thanks for your work btw! :)

@simensen
Copy link
Member

Sure, thanks. :)

I'll have to look into this another time. Changing the version constraints might warrant a major version bump since it would no longer be BC, but if it already isn't working with Doctrine 2.3 maybe that isn't an issue...

@inri13666
Copy link

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

No branches or pull requests

3 participants