yajra / laravel-datatables-buttons

Laravel DataTables Buttons Plugin
https://yajrabox.com/docs/laravel-datatables/buttons-installation
MIT License
254 stars 53 forks source link

Package `maatwebsite/excel` still being installed when you want to use `fast-excel` (or another Excel-package) #139

Closed nickurt closed 3 years ago

nickurt commented 3 years ago

Hi,

When you want to use the fast-excel package (or another Excel-package) instead of maatwebsite/excel, this package will be still installed due it's being installed in the root-required selection.

It's better to move maatwebsite/excel to the suggest selection, so we can pick-up one of the suggestions instead.

Technically this /is/ a breaking change, but I don't know which branch you are using for v5, since master is little bit behind already.

yajra commented 3 years ago

Updated master branch and let's release this to v5 to avoid any breaking change. Thanks!