Laravel-Backpack / medialibrary-uploaders

MIT License
10 stars 4 forks source link

[Feature Request] Upgrade dependency to latest (v11) spatie/laravel-medialibrary #35

Open azaricstefan opened 1 month ago

azaricstefan commented 1 month ago

Feature Request

What I am trying to achieve

I would like to add spatie/pdf library to my project, but since I have dependency on this package from backpack I can't use spatie/pdf library. Upgrade guide

Can you evaluate upgrading this package to use v11 of spatie/laravel-medialibrary?

How I see it implemented

Can you evaluate upgrading this package to use v11 of spatie/laravel-medialibrary?

What I've already tried to fix it

Tried using other versions of package, not working.

Would I be able to work on this myself and submit a PR

Maybe with some guidance.

karandatwani92 commented 1 month ago

Hey @azaricstefan

The package has already been updated to support v11. https://github.com/Laravel-Backpack/medialibrary-uploaders/pull/30

Can you try composer update?

karandatwani92 commented 1 month ago

Note to self - Update Readme

azaricstefan commented 1 month ago

Had multiple dependencies that needed to update and that resolved. spatie/browsershot, spatie/laravel-sitemap and Laravel/BackPack/medialibrary-uploaders.

Thanks for quick reply!