wardrobecms / wardrobe-archived

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

Could not find package wardrobe/wardrobe with stability stable #4

Closed Jakobud closed 11 years ago

Jakobud commented 11 years ago

Installation docs say

composer create-project wardrobe/wardrobe

But I get

# composer create-project wardrobe/wardrobe .

[InvalidArgumentException]
Could not find package wardrobe/wardrobe with stability stable.
rtablada commented 11 years ago

This is already being addressed https://github.com/wardrobecms/wardrobe/issues/1

rtablada commented 11 years ago

Run composer create-project wardrobe/wardrobe -s dev until there is a stable release.

Jakobud commented 11 years ago

Ah yeah duh thanks