yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
14.24k stars 6.91k forks source link

Your requirements could not be resolved to an installable set of packages #17651

Closed RichWeber closed 5 years ago

RichWeber commented 5 years ago

There is not a stable package for Yii2 requirements.

https://asset-packagist.org/package/bower-asset/inputmask

Знімок екрана 2019-10-31 14 44 40

The first stable version starts from V4.0.0

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - yiisoft/yii2 2.0.x-dev requires bower-asset/inputmask ~3.2.2 | ~3.3.5 -> no matching package found.
    - yiisoft/yii2 2.0.29 requires bower-asset/inputmask ~3.2.2 | ~3.3.5 -> no matching package found.
    - Installation request for yiisoft/yii2 ~2.0.29 -> satisfiable by yiisoft/yii2[2.0.29, 2.0.x-dev].

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
RichWeber commented 5 years ago

A temporary solution is: "bower-asset/inputmask": "4.0.0 as 3.3.5"

vadim-bulochnik commented 5 years ago

Was fixed. Now all versions of "bower-asset/inputmask" available: https://asset-packagist.org/package/bower-asset/inputmask

SilverFire commented 5 years ago

image

Yes, works as should

samdark commented 5 years ago

I confirm that it currently cannot be reproduced.