Здравствуйте.
Решил допилить вот этот виждет
kartik-v/yii2-widget-sidenav.
Создал форк в своём репозитории
jumper423/yii2-widget-sidenav. Внёс изменения.
Теперь пробую добавить в composer.json
{
...
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
....
"jumper423/yii2-widget-sidenav": "dev-master",
....
},
...
}
Но мне в ответ плюёт ошибку
$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package jumper423/yii2-widget-sidenav could not be found in any version, there may be a typo in the package name.
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 for more details.
Read for further common problems.
Что я делаю не так?