yiisoft/yii-bulma

Impossible use package without assets-packagist.org

vjik opened this issue · 0 comments

vjik commented

Error on install package:

composer req yiisoft/yii-bulma
Using version 1.0.x-dev for yiisoft/yii-bulma
./composer.json has been updated
Running composer update yiisoft/yii-bulma
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - yiisoft/yii-bulma dev-master requires npm-asset/bulma ^0.9.3 -> could not be found in any version, there may be a typo in the package name.
    - yiisoft/yii-bulma 1.0.x-dev is an alias of yiisoft/yii-bulma dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/yii-bulma 1.0.x-dev -> satisfiable by yiisoft/yii-bulma[1.0.x-dev (alias of dev-master)].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.