Closed gondo closed 10 years ago
your issue is not Symfony 2.3. It is KnpMenu. You are requiring KnpMenu 2.0 while SonataAdminBundle requires 1.1.*
thanks that did the trick. how did you identified that kpnmenu is causing this based on that error message? im still having troubles installing "sonata-project/user-bundle" but i cant identify whats the problem.
KnpMenuBundle 1.1 and 2.0 are now supported
what is the proper composer.json setup to make this work with symfony 2.3 ?
my composer.json
this works perfectly fine, but when i add
"sonata-project/admin-bundle": "dev-master"
at the end, im getting errors:any ideas?