Cannot install: InvalidArgumentException: Could not find package yiisoft/yii2-shell at any version for your minimum-stability
starrychloe opened this issue · 3 comments
starrychloe commented
What steps will reproduce the problem?
$ composer require --prefer-dist yiisoft/yii2-shell
[InvalidArgumentException]
Could not find package yiisoft/yii2-shell at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
require [--dev] [--prefer-source] [--prefer-dist] [--no-plugins] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packages>]...
Chloe@xps ~/workspace/bestsales
$ yii | head -2
This is Yii version 2.0.8.
$ php -v
PHP 5.6.23 (cli) (built: Jul 4 2016 21:14:04)
What's expected?
To be installed.
What do you get instead?
An error.
Additional info
Q | A |
---|---|
Yii vesion | 2.0.8 |
PHP version | 5.6 |
Operating system | Windows 8.1, Cygwin |
samdark commented
Yes, there's no stable release yet.
starrychloe commented
Then the bug is in the documentation, on the front page, telling me to run that.
samdark commented
Yes. It will be all fine when it will be tagged.