-
Notifications
You must be signed in to change notification settings - Fork 103
Resolve custom repository classes #47
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
Conversation
64e1ecc
to
392eefe
Compare
"doctrine/annotations": "^1.5", | ||
"doctrine/persistence": "^1.1", | ||
"doctrine/dbal": "^2.5", | ||
"doctrine/event-manager": "^1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm quite unconvinced of the need for this - composer-require-checker demands this, but actually if you dont configure 'mapping' you wont need any of this, and if you do, you should have it installed anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why any of the changes in composer.json were needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its because of the code that loads/creates the entity manager, but if we use the approach in #40 this wont be needed.
Will make sense to rebase this on top of #46 because the code moves into the abstract class |
Hi, the work done by @lcobucci in #40 seems like a more solid base to work on. I really don't like how |
I've taken #18 and fixed it up and rebased on master