Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Slayvin opened this issue Jan 19, 2021 · 9 comments
Closed

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

Slayvin opened this issue Jan 19, 2021 · 9 comments
Assignees

Comments

@Slayvin
Copy link

Slayvin commented Jan 19, 2021

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.

@linslin linslin self-assigned this Jan 19, 2021
@vitalyzhakov
Copy link
Contributor

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.

@vitalyzhakov
Copy link
Contributor

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.

@linslin
Copy link
Owner

linslin commented Feb 2, 2021

Solved, will be part of the next version.

@linslin linslin closed this as completed Feb 2, 2021
@vitalyzhakov
Copy link
Contributor

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

@linslin
Copy link
Owner

linslin commented Feb 5, 2021

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

@vitalyzhakov
Copy link
Contributor

@linslin , hello!
Lib with support PHP 8.0 was released https://github.com/mcustiel/phiremock-codeception-extension/releases

@vitalyzhakov
Copy link
Contributor

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

@linslin
Copy link
Owner

linslin commented Feb 20, 2021

@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.

@linslin
Copy link
Owner

linslin commented Feb 20, 2021

Progress will be reported here: #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants