-
Notifications
You must be signed in to change notification settings - Fork 93
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
Comments
Hello! 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
and update composer dependencies. |
Solved, will be part of the next version. |
@linslin , hello! |
As soon as this lib supports PHP 8.0 the new version will be released: mcustiel/phiremock-codeception-extension#42 |
@linslin , hello! |
@linslin , hello! |
@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 |
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.
The text was updated successfully, but these errors were encountered: