Coder Social home page Coder Social logo

yii2-nestable's Introduction

Yii2 Nestable

Yii2 Nestable

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist toir427/yii2-nestable "*"

or add

"toir427/yii2-nestable": "*"

to the require section of your composer.json file.

Screenshot

Usage

Basic nestables :

<?php use toir427\nestable\Nestable; ?>
<?= Nestable::widget([
               'items' => [
                   [
                       'id'      => 1,
                       'content' => 'Item # 1',
                   ],
                   [
                       'id'      => 2,
                       'content' => 'Item # 2',
                   ],
                   [
                       'id'      => 3,
                       'content' => 'Item # 3',
                   ],
                   [
                       'content'  => 'Item # 4 with children',
                       'id'       => 4,
                       'children' => [
                           [
                               'id'      => 5,
                               'content' => 'Item # 4.1',
                           ],
                           [
                               'id'      => 6,
                               'content' => 'Item # 4.2',
                           ],
                           [
                               'id'      => 7,
                               'content' => 'Item # 4.3',
                           ],
                       ],
                   ],
               ],
           ]); ?>

Usage

Drag handler :

<?php use toir427\nestable\Nestable; ?>
<?= DragNestable::widget([
               'items' => [
                   [
                       'id'      => 1,
                       'content' => 'Item # 1',
                   ],
                   [
                       'id'      => 2,
                       'content' => 'Item # 2',
                   ],
                   [
                       'id'      => 3,
                       'content' => 'Item # 3',
                   ],
                   [
                       'content'  => 'Item # 4 with children',
                       'id'       => 4,
                       'children' => [
                           [
                               'id'      => 5,
                               'content' => 'Item # 4.1',
                           ],
                           [
                               'id'      => 6,
                               'content' => 'Item # 4.2',
                           ],
                           [
                               'id'      => 7,
                               'content' => 'Item # 4.3',
                           ],
                       ],
                   ],
               ],
           ]); ?>

yii2-nestable's People

Contributors

imgbotapp avatar toir427 avatar

Watchers

 avatar

yii2-nestable'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
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.7, ..., 2.0.8] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.9, ..., 2.0.12.2] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.13, ..., 2.0.15.1] require bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.16, ..., 2.0.18] require bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.19, ..., 2.0.35] require bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.36, ..., 2.0.41.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - Root composer.json requires yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, ..., 2.0.41.1].

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
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.7, ..., 2.0.8] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.9, ..., 2.0.12.2] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.13, ..., 2.0.15.1] require bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.16, ..., 2.0.18] require bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.19, ..., 2.0.35] require bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.36, ..., 2.0.41.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - Root composer.json requires yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, ..., 2.0.41.1].

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
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.7, ..., 2.0.8] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.9, ..., 2.0.12.2] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.13, ..., 2.0.15.1] require bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.16, ..., 2.0.18] require bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.19, ..., 2.0.35] require bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.36, ..., 2.0.41.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - Root composer.json requires yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, ..., 2.0.41.1].

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
    - yiisoft/yii2 2.0.9 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.8 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.7 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.6 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.5 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.4 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.38 requires bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.37 requires bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.36 requires bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.35 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.34 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.33 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.32 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.31 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.30 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.3 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.29 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.28 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.27 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.26 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.25 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.24 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.23 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.22 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.21 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.20 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.19 requires bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.18 requires bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.17 requires bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.16.1 requires bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.16 requires bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.15.1 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.15 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.14.2 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.14.1 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.14 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.13.3 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.13.2 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.13.1 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.13 requires bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.12.2 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.12.1 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.12 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.11.2 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.11.1 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.11 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.10 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - yiisoft/yii2 2.0.0 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
    - Installation request for yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, 2.0.1, 2.0.10, 2.0.11, 2.0.11.1, 2.0.11.2, 2.0.12, 2.0.12.1, 2.0.12.2, 2.0.13, 2.0.13.1, 2.0.13.2, 2.0.13.3, 2.0.14, 2.0.14.1, 2.0.14.2, 2.0.15, 2.0.15.1, 2.0.16, 2.0.16.1, 2.0.17, 2.0.18, 2.0.19, 2.0.2, 2.0.20, 2.0.21, 2.0.22, 2.0.23, 2.0.24, 2.0.25, 2.0.26, 2.0.27, 2.0.28, 2.0.29, 2.0.3, 2.0.30, 2.0.31, 2.0.32, 2.0.33, 2.0.34, 2.0.35, 2.0.36, 2.0.37, 2.0.38, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9].

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
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.7, ..., 2.0.8] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.9, ..., 2.0.12.2] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.13, ..., 2.0.15.1] require bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.16, ..., 2.0.18] require bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.19, ..., 2.0.35] require bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.36, ..., 2.0.41.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - jamband/yii2-schemadump Generate the schema from an existing database
      - taobig/php-helper A tool set for PHP projects
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - Root composer.json requires yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, ..., 2.0.41.1].

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
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.7, ..., 2.0.8] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.9, ..., 2.0.12.2] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.13, ..., 2.0.15.1] require bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.16, ..., 2.0.18] require bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.19, ..., 2.0.35] require bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.36, ..., 2.0.41.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - taobig/php-helper A tool set for PHP projects
      - demokn/yii2-composer-asset
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - Root composer.json requires yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, ..., 2.0.41.1].

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
    - yiisoft/yii2[2.0.0, ..., 2.0.6] require bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.7, ..., 2.0.8] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.9, ..., 2.0.12.2] require bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.13, ..., 2.0.15.1] require bower-asset/jquery 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.16, ..., 2.0.18] require bower-asset/jquery 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.19, ..., 2.0.35] require bower-asset/jquery 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - yiisoft/yii2[2.0.36, ..., 2.0.41.1] require bower-asset/jquery 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> could not be found in any version, but the following packages provide it:
      - craftcms/cms Craft CMS
      - yidas/yii2-bower-asset Bower Assets for Yii 2 app provided via Composer repository
      - yidas/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - taobig/php-helper A tool set for PHP projects
      - jamband/yii2-schemadump Generate the schema from an existing database
      - yidas/yii2-jquery jQuery Asset Bundle extension with fixed and CDN sources for Yii2 framework
      - kriss/yii2-calendar-schedule Yii2 Calendar Schedule
      - jamband/yii2-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - getdkan/recline recline.js module for DKAN/Drupal
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - kriss/yii2-amap Yii2 Amap
      - kriss/yii2-geo Yii2 GEO
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - maniakalen/tags Yii2 Element tags integration module
      ... and 8 more.
      Consider requiring one of these to satisfy the bower-asset/jquery requirement.
    - Root composer.json requires yiisoft/yii2 ~2.0.0 -> satisfiable by yiisoft/yii2[2.0.0, ..., 2.0.41.1].

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.