-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
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. |
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. |
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... |
Hello version 1.0.7 uses doctrine orm 2.3+ in composer.json There are no DefaultRepositoryFactory Firstly it appears at 2.4.0 |
Hi!
I think the requirements defined in
composer.json
are not strict enough since there is a call toConfiguration
'ssetEntityListenerResolver
method which is only available since version 2.4 of Doctrine ORM.Or I am missing something?
The text was updated successfully, but these errors were encountered: