Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

laravel version point update #132

Closed chadquilter closed 5 years ago

chadquilter commented 5 years ago

Sorry, I know you just updated the max requirement a few days ago but Laravel just released a new point update 6.2.0.

Thank you for this project btw...

mattlibera commented 5 years ago

With Laravel now following semver, I think it should be reasonable to use ^6.0 for the illuminate/support and illuminate/database package requirements, right?

Looking around, I see that Ignition uses this requirement scheme for illuminate/support: https://github.com/facade/ignition/blob/master/composer.json

And yes, thank you very much for this package :)

Kyslik commented 5 years ago

I was actually looking at why Laravel changed the the versioning scheme; did not see any Tweet or anything like that. Yes it's reasonable to use ^6.0 instead.

Thanks for the tip.

Kyslik commented 5 years ago

6.2.0 released but ^6.0 composer constraint should be used instead.