GithubHelp home page GithubHelp logo

yiisoft / db-elasticsearch Goto Github PK

View Code? Open in Web Editor NEW
15.0 20.0 8.0 366 KB

Yii Framework Elasticsearch Query and ActiveRecord

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

License: BSD 3-Clause "New" or "Revised" License

PHP 100.00%
elasticsearch yii3 hacktoberfest optionalforframeworkannounce

db-elasticsearch's Introduction

Yii Elasticsearch

Yii Database Elasticsearch Query and ActiveRecord


Latest Stable Version Total Downloads Build status Code Coverage Mutation testing badge static analysis type-coverage psalm-level

This extension provides the elasticsearch integration for the Yii framework. It includes basic querying/search support and also implements the ActiveRecord pattern that allows you to store active records in elasticsearch.

Requirements

  • Elasticsearch version 5.0 or higher.

Installation

The package could be installed with Composer:

composer require yiisoft/db-elasticsearch

General usage

To use this extension, you have to configure the Connection class in your application configuration:

return [
    //....
    'components' => [
        'elasticsearch' => [
            'class' => 'Yiisoft\Db\ElasticSearch\Connection',
            'nodes' => [
                ['http_address' => '127.0.0.1:9200'],
                // configure more hosts if you have a cluster
            ],
        ],
    ]
];

Documentation

If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.

License

The Yii Database Elasticsearch Query and ActiveRecord is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

db-elasticsearch's People

Contributors

arhell avatar dependabot-preview[bot] avatar devanych avatar luizcmarin avatar machour avatar samdark avatar stylecibot avatar terabytesoftw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

db-elasticsearch's Issues

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, dev-add-double-star, 1.0.0, 1.0.1, 1.1.0, 1.2.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - yiisoft/active-record dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0, 1.2.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

update tests folder links

What steps will reproduce the problem?

http=>https

What is the expected result?

What do you get instead?

Additional info

Q A
Version 1.0.?
PHP version
Operating system

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.5, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.6, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-composer-description, dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/log ^3.0@dev, found yiisoft/log[dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 6
    - yiisoft/active-record dev-master requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/var-dumper ^3.0@dev -> satisfiable by yiisoft/var-dumper[3.0.x-dev].
    - yiisoft/var-dumper 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-dependabot/composer/infection/infection-tw-0.18.0or-tw-0.20.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-dependabot/composer/infection/infection-tw-0.17.0or-tw-0.18, dev-dependabot/composer/vimeo/psalm-tw-3.17or-tw-4.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.6, dev-dependabot/composer/vimeo/psalm-tw-4.3, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-extra-cleanup, dev-master, dev-cleanup, dev-xepozz-patch-1, dev-bc, 1.0.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-cleanup, dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - yiisoft/active-record dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0, 1.2.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.6, dev-dependabot/composer/vimeo/psalm-tw-4.3, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/var-dumper ^3.0@dev -> satisfiable by yiisoft/var-dumper[3.0.x-dev].
    - yiisoft/var-dumper 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-dependabot/composer/infection/infection-tw-0.16.6or-tw-0.17.7or-tw-0.18.0, dev-dependabot/composer/vimeo/psalm-tw-3.17or-tw-4.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-sagittaracc/master, dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-composer-description, dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/log ^3.0@dev, found yiisoft/log[dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-master, 1.0.0] but it does not match the constraint.
  Problem 6
    - yiisoft/active-record dev-master requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.4, dev-dependabot/composer/vimeo/psalm-tw-4.2, dev-dependabot/github_actions/actions/cache-v2.1.3, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 3
    - yiisoft/arrays dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0, 1.2.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/arrays 3.0.x-dev is an alias of yiisoft/arrays dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0] but these conflict with your requirements or minimum-stability.

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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-extra-cleanup, dev-master, dev-cleanup, dev-xepozz-patch-1, 1.0.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - yiisoft/active-record dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0, 1.2.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.6, dev-dependabot/composer/vimeo/psalm-tw-4.3, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/var-dumper ^3.0@dev -> satisfiable by yiisoft/var-dumper[3.0.x-dev].
    - yiisoft/var-dumper 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, 1.2.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0, 1.2.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0, 1.2.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0, 1.2.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/var-dumper ^3.0@dev -> satisfiable by yiisoft/var-dumper[3.0.x-dev].
    - yiisoft/var-dumper 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-sagittaracc/master, dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/log ^3.0@dev, found yiisoft/log[dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-master, 1.0.0] but it does not match the constraint.
  Problem 6
    - yiisoft/active-record dev-master requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.4, dev-dependabot/github_actions/actions/cache-v2.1.3, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1, 1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1, 1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1, 1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

update docs folder links

What steps will reproduce the problem?

http=>https

What is the expected result?

What do you get instead?

Additional info

Q A
Version 1.0.?
PHP version
Operating system

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, dev-add-double-star, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - yiisoft/var-dumper 1.0.0 requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/log 3.0.x-dev is an alias of yiisoft/log dev-master and thus requires it to be installed too.
    - yiisoft/log dev-master requires yiisoft/var-dumper ^1.0 -> satisfiable by yiisoft/var-dumper[1.0.0].
    - Root composer.json requires yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-add-composer-test, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1, 1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1, 1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1, 1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

update root folder links

What steps will reproduce the problem?

http=>https

What is the expected result?

What do you get instead?

Additional info

Q A
Version 1.0.?
PHP version
Operating system

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.

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.

update src folder links

What steps will reproduce the problem?

http=>https

What is the expected result?

What do you get instead?

Additional info

Q A
Version 1.0.?
PHP version
Operating system

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-dependabot/composer/infection/infection-tw-0.18.0or-tw-0.19.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, dev-bench_mb_str_starts_with, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0] but these conflict with your requirements or minimum-stability.

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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/log ^3.0@dev, found yiisoft/log[dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-master, 1.0.0] but it does not match the constraint.
  Problem 6
    - yiisoft/active-record dev-master requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/log ^3.0@dev, found yiisoft/log[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 5
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 6
    - yiisoft/active-record dev-master requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-sagittaracc/master, dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-composer-description, dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 2.0.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/log ^3.0@dev, found yiisoft/log[dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 6
    - yiisoft/active-record dev-master requires yiisoft/arrays ^1.0 -> found yiisoft/arrays[1.0.0, 1.0.1] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-master, 1.0.0, 1.0.1, 1.1.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 3
    - yiisoft/arrays dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/arrays 3.0.x-dev is an alias of yiisoft/arrays dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.6, dev-dependabot/composer/vimeo/psalm-tw-4.3, dev-master, 1.0.0, 1.0.1, 1.1.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 3
    - yiisoft/arrays dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/arrays 3.0.x-dev is an alias of yiisoft/arrays dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - Root composer.json requires yiisoft/arrays ^3.0@dev, found yiisoft/arrays[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 2
    - Root composer.json requires yiisoft/strings ^3.0@dev, found yiisoft/strings[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0, 1.0.1, 1.1.0, 1.2.0] but it does not match the constraint.
  Problem 3
    - Root composer.json requires yiisoft/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 4
    - Root composer.json requires yiisoft/cache ^3.0@dev, found yiisoft/cache[dev-dependabot/github_actions/actions/cache-v2.1.4, dev-master, 1.0.0] but it does not match the constraint.
  Problem 5
    - yiisoft/active-record dev-master requires yiisoft/strings ^1.1 -> found yiisoft/strings[1.1.0, 1.2.0] but it conflicts with your root composer.json require (^3.0@dev).
    - yiisoft/active-record 3.0.x-dev is an alias of yiisoft/active-record dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.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.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-dependabot/composer/infection/infection-tw-0.18.0or-tw-0.19.0, dev-dependabot/composer/infection/infection-tw-0.18.0or-tw-0.20.0, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-dependabot/composer/infection/infection-tw-0.17.0or-tw-0.18, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.0.1 -> satisfiable by yiisoft/strings[1.0.1] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.0 -> satisfiable by yiisoft/strings[1.0.0, 1.0.1] but these conflict with your requirements or minimum-stability.

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.

Dependabot can't resolve your PHP dependency files

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
    - The requested package yiisoft/strings ^3.0@dev exists as yiisoft/strings[1.0.0, 1.0.1, 1.1.0, dev-dependabot/composer/roave/infection-static-analysis-plugin-tw-1.5, dev-master] but these are rejected by your constraint.
  Problem 2
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 3
    - Installation request for yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 4
    - Installation request for yiisoft/active-record ^3.0@dev -> satisfiable by yiisoft/active-record[3.0.x-dev].
    - yiisoft/active-record 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
  Problem 5
    - yiisoft/arrays 3.0.x-dev requires yiisoft/strings ^1.1 -> satisfiable by yiisoft/strings[1.1.0] but these conflict with your requirements or minimum-stability.
    - yiisoft/log 3.0.x-dev requires yiisoft/arrays ^3.0@dev -> satisfiable by yiisoft/arrays[3.0.x-dev].
    - Installation request for yiisoft/log ^3.0@dev -> satisfiable by yiisoft/log[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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.