Closed sinner closed 10 years ago
The problem occurred because of the different version of KnpMenuBundle required. Change the "knplabs/knp-menu-bundle" From:
"require": {
//...
"knplabs/knp-menu-bundle": "dev-master"
//...
}
To:
"require": {
//...
"knplabs/knp-menu-bundle": "~1.1"
//...
}
KnpMenuBundle 1.1 and 2.0 are now supported
In fact I execute the command:
this return to me that response.
My composer.json file is this: