linslin/Yii2-Curl

Why is "yidas/yii2-bower-asset" required

Slayvin opened this issue · 9 comments

Issue:
The package yidas/yii2-bower-asset is in the requirements of composer.json

Expected:
Please remove this package from your composer, as it is not necessary and might conflict with some installation.

Hello!
May be 9 months ago was similar error?

composer remove yidas/yii2-bower-asset
./composer.json has been updated
Running composer update yidas/yii2-bower-asset
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - yiisoft/yii2 is locked to version 2.0.35 and an update of this package was not requested.
    - yiisoft/yii2 2.0.35 requires bower-asset/inputmask ~3.2.2 | ~3.3.5 -> 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-ensure-unique-behavior This extension insert unique identifier automatically for the Yii 2 framework
      - demokn/yii2-composer-asset
      - stiks/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - kriss/yii2-advanced Yii2 advanced project template, Frontend for API and Backend with AdminLTE
      - success/yii2-app-api Yii2 Api Application Template
      - blackhive/yii2-app-advanced Yii 2 Advanced Project Template
      - cliff363825/yii2-bower-asset Yii2 bower asset
      - kptlex/popup-widget Popup Widget for Yii2
      - kptlex/yii-cycle Cycle ORM adapter for Yii2.
      - maiscrm/yii2-composer-bower-skip A Composer package that allows you to install or update Yii2 without Bower-Asset
      - myzero1/yii2-app-advanced Yii 2 Advanced Project Template
      - onyijne/ovy Onsen-UI 2 + Vue.js 2 + Yii2 Basic Project Template
      - projectchina/yii2-app-advanced Yii 2 Advanced Project Template
      - yuncms/framework The Yuncms Framework.
      Consider requiring one of these to satisfy the bower-asset/inputmask requirement.

Hello!

I have workaround for this problem. Simply add provide section for project composer.json file.

    "provide": {
        "yidas/yii2-bower-asset": "*"
    }

and update composer dependencies.

Solved, will be part of the next version.

@linslin , hello!
Can you orient us for release date of next version?

As soon as this lib supports PHP 8.0 the new version will be released: mcustiel/phiremock-codeception-extension#42

@linslin , hello!
Can you orient us for release date of next version?

@vitalyzhakov I'm on it. We still have some problems in the codeception integration. Hopefully I will be able to fix it in the next days.

Progress will be reported here: #87