In your package yii2-file-upload-widget, you use this package as a dependency to handle preview of upload pictures. But I'm using it as a preview to download.
Then I found that:
This package require "bower-asset/blueimp-gallery": "~2.17.0",this means blueimp-gallery between 2.17.0 and 2.18.0, but blueimp-gallery has updated to 2.28.0. I think you should use this for fix: "bower-asset/blueimp-gallery": "2.*".
In your package
yii2-file-upload-widget
, you use this package as a dependency to handle preview of upload pictures. But I'm using it as a preview to download.Then I found that:
This package require
"bower-asset/blueimp-gallery": "~2.17.0"
,this meansblueimp-gallery
between2.17.0
and2.18.0
, butblueimp-gallery
has updated to2.28.0
. I think you should use this for fix:"bower-asset/blueimp-gallery": "2.*"
.