Closed ciprian-cucu closed 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?
use: "stfalcon/blog-bundle": "dev-master" or use "minimum-stability": "dev" in your composer.json
"stfalcon/blog-bundle": "dev-master"
"minimum-stability": "dev"
yep
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?