silexphp / Silex-Skeleton

A skeleton to get started with Silex
MIT License
780 stars 197 forks source link

Getting the skeleton with composer giver an error about stability version #9

Closed artur-gajewski closed 11 years ago

artur-gajewski commented 11 years ago

When I try to get the Silex-Skeleton with composer as instructed in the description:

php composer.phar create-project fabpot/silex-skeleton

The following error message is given:

[InvalidArgumentException]
Could not find package fabpot/silex-skeleton with stability stable.

winglian commented 11 years ago

composer create-project -s dev fabpot/silex-skeleton my-new-project worked for me

fabpot commented 11 years ago

I've just tagged version 1.0.0, so eveyrthing should work fine without switching to dev.