Version 1.0.0
jeremiahsmall opened this issue · 2 comments
jeremiahsmall commented
Hi, I see a ZfcUserDoctrineORM 1.0.0 tag, but it's behind dev-master / 0.1.x-dev
, and I didn't discover if there's any proposed compatibility so far with ZfcUser 2.*. Can anyone clarify?
https://packagist.org/packages/zf-commons/zfc-user-doctrine-orm
For latest stable, I'm planning to use these in my require:
"zf-commons/zfc-user": "1.2.*",
"zf-commons/zfc-user-doctrine-orm": "1.0.*",
Does this seem correct?
Danielss89 commented
Using version 1.x of this module should give you the correct version of ZfcUser :)
As soon as zfc-user 1.0 is stable-ish or just works, a new version of this module will be tagged alongside ZfcUser.
jeremiahsmall commented
Oh, right, I'll just let ZfcUserDoctrineORM define ZfcUser. I was manually including them both. This should do the trick:
"zf-commons/zfc-user-doctrine-orm": "1.*",