widop / WidopFixturesBundle

Loads doctrine fixtures by environment
3 stars 2 forks source link

Installation avec composer #13

Closed JacobDelcroix closed 11 years ago

JacobDelcroix commented 11 years ago

Lors de l'installation j'ai eu cette erreur, il semblerait qu'il y ait un problème de dépendance du côté de Doctrine.

widopfixtures

Voici mon composer composer

gnugat commented 11 years ago

@clemherreman suggested that this issue could be caused by the lack of the entry "minimum-stability": "dev" in your composer.json. I'm going to make a PR to add this in the installation documentation, thanks for the report :) .

Edit (french translation) : @clemherreman a suggéré que le bug pouvait être lié au fait qu'il manque la section "minimum-stability": "dev" in your composer.json. Je vais faire une PR pour ajouter cette information dans la documentation, merci pour le rapport de bug :) . (Désolé d'avoir répondu en anglais).

JacobDelcroix commented 11 years ago

C'était bien ça.

Merci bien.

egeloen commented 11 years ago

@clemherreman @gnugat IMO, instead of updating the doc, you should tag the bundle as stable.

In the case of @JacobDelcroix adding "minimum-stability": "dev" to his composer.json is not really what he wants as it makes all these dependecies in the dev state...

clemherreman commented 11 years ago

same as @egeloen, it's about time we tag our released bundle as stable. At least everyone of them that didn't got any new code for a while.