sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

composer.phar update #1205

Closed fatmah closed 11 years ago

fatmah commented 11 years ago

Hi, when i run composer.phar update i get : "sonata-project/admin-bundle dev-master requires knplabs/knp-menu-bundle 1.1.x-dev -> no matching package found." i think that it's caused by the composer's last version thank you

brunoroux commented 11 years ago

You should just add : "knplabs/knp-menu-bundle": "1.1.x-dev" in your composer.json

fatmah commented 11 years ago

thank you for your response , yet, the problem can't be resolved by adding this dependency..In fact, we should not add it because it already exists in sonata-admin. It is important to note that this problem is solved if I use the version 2.1.*@dev of sonataAdminBundle

rande commented 11 years ago

Please review the composer.json file from the sonata-project/sandbox repo