ZF-Commons / ZfcUserDoctrineORM

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

Update ZfcUser version #80

Closed ojhaujjwal closed 10 years ago

ojhaujjwal commented 10 years ago

It is not that easy to migrate to ZfcUser 1.0! Some modules like ScnSocialAuth are not compatible with ZfcUser 1.0

Danielss89 commented 10 years ago

We can't take take external modules into consideration when releasing versions. You should tweek your composer file yourself to match the version ScnSocialAuth works with. Maybe you can do a PR to make ScnSocialAuth compatible with 1.* of ZfcUser? Ping @socalNick

imonteiro commented 10 years ago

Hi @Danielss89! It's in your plan to release/tag the current master code soon? (in order to use the last composer.json code) Otherwise I can require "master-dev" :) Thanks.