UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

intervention/image 3 not working #1211

Closed 4nd114 closed 3 months ago

4nd114 commented 5 months ago
 Problem 1
    - unisharp/laravel-filemanager[0.1.0, ..., 0.5.0] require illuminate/support 5.0.* -> found illuminate/support[v5.0.0, ..., v5.0.33] but these were not loaded, likely because it conflicts with another require.
    - unisharp/laravel-filemanager[0.5.1, ..., 0.5.3, 1.0.0, ..., v1.9.2, v2.0.0, ..., v2.6.4] require intervention/image 2.* -> found intervention/image[2.0.0, ..., 2.7.2] but the package is fixed to 3.3.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.    
    - Root composer.json requires unisharp/laravel-filemanager * -> satisfiable by unisharp/laravel-filemanager[0.1.0, ..., 0.5.3, 1.0.0, ..., v1.9.2, v2.0.0, ..., v2.6.4].
streamtw commented 5 months ago

For anyone encounter this issue, please update unisharp/laravel-filemanager to v2.7.0.

streamtw commented 3 months ago

Related to #1220 .

streamtw commented 3 months ago

Update: v2.9.0 has been released to fully support v3.* versions of intervention/image.