I can\'t install stof/doctrine-extensions-bundle
with my Composer. I\'m using Symfony2.1.9 version and a lot of problems are shown. The first one is:
As the 1.1.x branch of the stof/doctrine-extensions-bundle is still only available as dev. So you have to declare it as a dev dependency in composer. Simply:
"stof/doctrine-extensions-bundle": "1.1.*@dev"
Next time take a look at packagist, which versions are available of a desired bundle.
EDIT: And yes, tested this requirement in a fresh symfony install and it works. So if you have errors, edit the complete error message in your question!