fxcosta / laravel-chartjs

Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library
485 stars 113 forks source link

Allow newer illuminate/support lib #73

Closed emmerink closed 6 years ago

emmerink commented 6 years ago

Laravel 5.7 comes with Illuminate/Support 5.7 (and does not allow lower versions to be installed).

(not tested for side effects yet)

fxcosta commented 6 years ago

Is there not a way to avoid putting more || ? I really do not know how to replace this.

emmerink commented 6 years ago

Changed it to ~5.1 (all from 5.1 but not including 6.*)

fxcosta commented 6 years ago

thanks a lot, bro!! 👏