2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 111 forks source link

Current constraint prevents updating #126

Closed schmunk42 closed 5 years ago

schmunk42 commented 6 years ago

This PR https://github.com/2amigos/yii2-ckeditor-widget/pull/113 breaks the updating of the bower package like discussed in https://github.com/2amigos/yii2-ckeditor-widget/pull/96

I think it should be ^4.7, if you need a special version (dev-full), you need to specify it in your project.

tonydspaniard commented 5 years ago

Thanks @schmunk42 so, should we update the constrain again to ^4.7? would that affect presets?

schmunk42 commented 5 years ago

I don't know about presets, but as said above, if you need something like -full you need to do it in your project, because it's not understood by composer, at least not as a stable version.

tonydspaniard commented 5 years ago

Is already changed. Thanks @schmunk42