FabienPennequin / FPNTagBundle

This bundle allows to tag your Doctrine entities easily
http://knpbundles.com/FabienPennequin/FPNTagBundle
76 stars 50 forks source link

Install Error #17

Closed electricBonfire closed 10 years ago

electricBonfire commented 11 years ago

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.

Problem 1
    - Installation request for fpn/tag-bundle dev-master -> satisfiable by fpn/tag-bundle[dev-master].
    - fpn/tag-bundle dev-master requires fpn/doctrine-extensions-taggable * -> no matching package found.
Problem 2
    - fpn/tag-bundle dev-master requires fpn/doctrine-extensions-taggable * -> no matching package found.
    - symfony/framework-standard-edition 2.2.x-dev requires fpn/tag-bundle dev-master -> satisfiable by fpn/tag-bundle[dev-master].
    - Installation request for symfony/framework-standard-edition 2.2.x-dev -> satisfiable by symfony/framework-standard-edition[2.2.x-dev].

Potential causes:
    - A typo in the package name
    - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
lmejiahn commented 11 years ago

I'm having the same issue on my side, Symfony 2.2.1

electricBonfire commented 11 years ago

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"
edwines commented 11 years ago

You need to set the minimum stability to dev in your composer.json

"minimum-stability": "dev"
betomoretti commented 11 years ago

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.

jbouzekri commented 10 years ago

Moreover you have now a new release tag v0.9.0