zerodine / MongoDBAclBundle

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

Not compatible with Symfony 2.3 when running composer update #15

Closed onema closed 11 years ago

onema commented 11 years ago

When updating to symfony 2.3 I got the following error message for this bundle:

- Installation request for iampersistent/mongodb-acl-bundle dev-master -> satisfiable by iampersistent/mongodb-acl-bundle[dev-master].
- Conclusion: remove symfony/symfony v2.3.0
- iampersistent/mongodb-acl-bundle dev-master requires symfony/security >=2.1-dev,<2.3-dev -> satisfiable by symfony/symfony[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.2], symfony/security[v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.2].
jvandesande commented 11 years ago

I have the same problem.