stfalcon / BlogBundle

Simple blog module to your Symfony2 project. Posts / Tags / Cut and Read more / Highlight Source Code / Breadcrumbs / Paginations / Unit tests / Disqus comments widget
stfalcon.com/blog
33 stars 12 forks source link

install error #21

Closed ciprian-cucu closed 11 years ago

ciprian-cucu commented 11 years ago

Hello,

i tried to install the bundle as instructed. Added "stfalcon/blog-bundle": "*" to json file and then ran php composer.phar update but I got an error:

The requested package stfalcon/blog-bundle could not be found in any version, there may be a typo in the package name.

Am I doing something wrong?

GCth commented 11 years ago

use: "stfalcon/blog-bundle": "dev-master" or use "minimum-stability": "dev" in your composer.json

stfalcon commented 11 years ago

yep