Closed yvh closed 11 years ago
This is because the bundle is requiring the dev version, forbidding to use any stable version (which breaks if your project forbids dev versions). See my PR for the fix
@stof How is it possible to install this so ?
Thanks
Well, for now, allow the dev versions of KnpMenuBundle in your root composer.json so that it can be used to match the constraint:
{
"require": {
"knplabs/knp-menu-bundle": "@dev"
}
}
Once @rande comes back from vacation, my PR fixing it will hopefuly be merged
@stof I tried your metioned fix but it occurs more errors: https://gist.github.com/tobiasoberrauch/5451097
Here are my requirements (composer.json): https://gist.github.com/tobiasoberrauch/5451100
This has nothing to do with KnpMenu. you are requiring dev-master
of the DoctrineOrmAdminBundle and 2.1.*
of Symfony, while the master branch is for Symfony 2.2, not for 2.1
Hi all,
I'm trying to update my dependencies but I have this message
knp-menu-bundle 1.1.x-dev don't exist ???
Thanks for your help.