You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
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.*".
The text was updated successfully, but these errors were encountered:
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.*"
.The text was updated successfully, but these errors were encountered: