Closed electricBonfire closed 10 years ago
I'm having the same issue on my side, Symfony 2.2.1
I was able to resolve by adding the doctrine-extensions-taggable directly to the composer.json
"fpn/doctrine-extensions-taggable": "dev-master",
"fpn/tag-bundle":"dev-master"
You need to set the minimum stability to dev in your composer.json
"minimum-stability": "dev"
I have the same problem. This resolve the problem. I from Argentina, sorry my english. Thanks!!
Tenia el mismo problema, y esto lo resuelve. Gracias.
Moreover you have now a new release tag v0.9.0
I have added the following to my composer.json:
"fpn/tag-bundle":"dev-master"
When I run composer update I get the following error:
Your requirements could not be resolved to an installable set of packages.