Giter Club home page Giter Club logo

db-sphinx's Introduction

Yii Framework Sphinx full text search engine extension


This extension adds Sphinx full text search engine extension for the Yii framework. It supports all Sphinx features including Real-time Indexes.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads Build Status

Requirements

At least Sphinx version 2.0 is required. However, in order to use all extension features, Sphinx version 2.2.3 or higher is required.

Installation

The preferred way to install this extension is through composer.

composer require --prefer-dist yiisoft/db-sphinx

Configuration

This extension interacts with Sphinx search daemon using MySQL protocol and SphinxQL query language. In order to setup Sphinx "searchd" to support MySQL protocol following configuration should be added:

searchd
{
    listen = localhost:9306:mysql41
    ...
}

To use this extension, simply add the following code in your application configuration:

return [
    //....
    'components' => [
        'sphinx' => [
            'class' => Yiisoft\Db\Sphinx\Connection::class,
            'dsn' => 'mysql:host=127.0.0.1;port=9306;',
            'username' => '',
            'password' => '',
        ],
    ],
];

db-sphinx's People

Contributors

andersonamuller avatar bwoester avatar cebe avatar creocoder avatar crtlib avatar egorpromo avatar ext4yii avatar gevik avatar gonimar avatar kartik-v avatar klimov-paul avatar lancecoder avatar larryullman avatar lmuzinic avatar lucianobaraglia avatar machour avatar mohorev avatar pmoust avatar qiangxue avatar ragazzo avatar resurtm avatar rinatio avatar samdark avatar schmunk42 avatar sensorario avatar slavcodev avatar softark avatar suralc avatar tarasio avatar tonydspaniard avatar

Stargazers

 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

db-sphinx'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
    - The requested package yiisoft/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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.
  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] but these conflict with your requirements or minimum-stability.
  Problem 5
    - 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 6
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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.
  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] but these conflict with your requirements or minimum-stability.
  Problem 5
    - 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 6
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/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 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/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 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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
    - 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 6
    - 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 7
    - yiisoft/db 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/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/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 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/arrays ^3.0@dev, found yiisoft/arrays[dev-master, 1.0.0, 1.0.1] but it does not match the constraint.
  Problem 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/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 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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
    - 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 6
    - 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 7
    - yiisoft/db 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/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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
    - 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.

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

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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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] but it does not match the constraint.
  Problem 3
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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
    - 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 6
    - 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 7
    - yiisoft/db 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/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/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 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core, it could not be found in any version, there may be a typo in the package name.
  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/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 4
    - yiisoft/db 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/db 3.0.x-dev is an alias of yiisoft/db dev-master and thus requires it to be installed too.
    - Root composer.json requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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
    - 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 6
    - 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 7
    - yiisoft/db 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/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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.

Trim git history

Trimming is useless for now, because the package still contains Yii2 related code.

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.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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
    - 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 6
    - 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 7
    - yiisoft/db 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/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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
    - 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 6
    - 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 7
    - yiisoft/db 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/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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/yii-core could not be found in any version, there may be a typo in the package name.
  Problem 2
    - 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 3
    - Installation request for yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - yiisoft/db 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 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
    - 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 6
    - 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 7
    - yiisoft/db 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.
    - yiisoft/db-mysql dev-master requires yiisoft/db ^3.0@dev -> satisfiable by yiisoft/db[3.0.x-dev].
    - Installation request for yiisoft/db-mysql dev-master -> satisfiable by yiisoft/db-mysql[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.

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.