yiisoft / yii-http-client

Deprecated in favor of existing PSR-18 implementations

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependabot can't resolve your PHP dependency files

dependabot-preview opened this issue · comments

Dependabot can't resolve your PHP dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - Installation request for yiisoft/yii-console ^3.0@dev -> satisfiable by yiisoft/yii-console[3.0.x-dev].
    - yiisoft/yii-console 3.0.x-dev requires yiisoft/composer-config-plugin ^1.0@dev -> satisfiable by yiisoft/composer-config-plugin[1.0.x-dev] but these conflict with your requirements or minimum-stability.
  Problem 2
    - Installation request for yiisoft/yii-web ^3.0@dev -> satisfiable by yiisoft/yii-web[3.0.x-dev].
    - yiisoft/yii-web 3.0.x-dev requires psr/http-factory-implementation 1.0 -> no matching package found.
  Problem 3
    - Installation request for yiisoft/view ^3.0@dev -> satisfiable by yiisoft/view[3.0.x-dev].
    - yiisoft/view 3.0.x-dev requires psr/event-dispatcher-implementation 1.0.0 -> no matching package found.
  Problem 4
    - Installation request for yiisoft/di ^3.0@dev -> satisfiable by yiisoft/di[3.0.x-dev].
    - yiisoft/di 3.0.x-dev requires yiisoft/factory ^3.0@dev -> satisfiable by yiisoft/factory[3.0.x-dev] but these conflict with your requirements or minimum-stability.
  Problem 5
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[3.0.x-dev].
    - yiisoft/log 3.0.x-dev requires yiisoft/var-dumper ^3.0@dev -> satisfiable by yiisoft/var-dumper[3.0.x-dev] but these conflict with your requirements or minimum-stability.
  Problem 6
    - yiisoft/di 3.0.x-dev requires yiisoft/factory ^3.0@dev -> satisfiable by yiisoft/factory[3.0.x-dev] but these conflict with your requirements or minimum-stability.
    - yiisoft/di dev-master requires yiisoft/factory ^3.0@dev -> satisfiable by yiisoft/factory[3.0.x-dev] but these conflict with your requirements or minimum-stability.
    - yiisoft/yii-core 3.0.x-dev requires psr/container-implementation ^1.0 -> satisfiable by yiisoft/di[dev-master, 3.0.x-dev].
    - Installation request for yiisoft/yii-core ^3.0@dev -> satisfiable by yiisoft/yii-core[3.0.x-dev].

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.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.