wardrobecms / wardrobe-archived

A minimal blogging application
http://wardrobecms.com/
MIT License
704 stars 111 forks source link

Add :dev-master to composer install #1

Closed ryanglaze-zz closed 11 years ago

ryanglaze-zz commented 11 years ago

Took me a bit to figure out that you have to add :dev-master to the "composer create-project wardrobe/wardrobe" otherwise I was getting an error saying could not find package with stability stable.

ghost commented 11 years ago

yes I had to add "--stability=dev" to the composer command to avoid the error

laurent-indermuehle commented 11 years ago

Thanks to ryanglaze and seandowney. With --stability=dev it works :)

rtablada commented 11 years ago

-s dev is a shorthand.

rtablada commented 11 years ago

This should be solved with the 1.0.0 release stable!