ZF-Commons / ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.
BSD 3-Clause "New" or "Revised" License
89 stars 92 forks source link

Version 1.0.0 #89

Closed jeremiahsmall closed 9 years ago

jeremiahsmall commented 9 years ago

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 9 years ago

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 9 years ago

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.*",