update yii2 to version 2.0.11

My current yii2 is version 2.06.

Using composer update command, it stay at version 2.06.

So i change comsposer.json setting to "yiisoft/yii2": ">=2.0.11", then run composer update again.

composer say:

Problem 1

- yiisoft/yii2 2.0.11.2 requires bower-asset/jquery.inputmask ~3.2.2 | ~3.3.

3 -> no matching package found.

- yiisoft/yii2 2.0.11.1 requires bower-asset/jquery.inputmask ~3.2.2 | ~3.3.

3 -> no matching package found.

- yiisoft/yii2 2.0.11 requires bower-asset/jquery.inputmask ~3.2.2 | ~3.3.3

-> no matching package found.

- Installation request for yiisoft/yii2 >=2.0.11 -> satisfiable by yiisoft/y

ii2[2.0.11, 2.0.11.1, 2.0.11.2].

Potential causes:

  • A typo in the package name

  • The package is not available in a stable-enough version according to your min

imum-stability setting

see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more det

ails.

What should i do to update yii2 to version 2.0.11?

You need to read this: