zerodine / MongoDBAclBundle

This bundle allows the use of MongoDB as the storage layer for the Symfony ACLs component.
21 stars 32 forks source link

composer.json and last mongodb bundle version error #11

Closed lexwolfy closed 11 years ago

lexwolfy commented 11 years ago

The last version of mongodb has no alias anymore (1.0.x-dev), so composer update doesn't work with last version. Since there is already 3 forks about this issue, can you please fix this ?

Thank you in advance.

iampersistent commented 11 years ago

I merged the PR that was in, but I haven't tested it. If this doesn't work, let me know.

lexwolfy commented 11 years ago

The PR is for user who have not update mongo driver. Those who have, use the 1.0.1, so require 1.0.* seems to be a better idea.

Thanks for the quick answer !