Open NabiKAZ opened 8 years ago
Seem these options required for install package with composer:
"minimum-stability": "dev", "prefer-stable": true,
But we know that caused all packages update from dev version. So, I thinks it's not good job. Maybe better is back to "minimum-stability": "stable", and the sunhater/kcfinder core project include in assets directory of yii2-kcfinder project.
dev
"minimum-stability": "stable",
sunhater/kcfinder
yii2-kcfinder
From near 2 years this issue is not review. Seems that this project is abandoned
@macklus https://github.com/2amigos/yii2-ckeditor-widget/issues/42
Seem these options required for install package with composer:
But we know that caused all packages update from
dev
version. So, I thinks it's not good job. Maybe better is back to"minimum-stability": "stable",
and thesunhater/kcfinder
core project include in assets directory ofyii2-kcfinder
project.