vinkla / laravel-hashids

A Hashids bridge for Laravel
MIT License
2k stars 173 forks source link

Support Laravel v7.28.3 #138

Closed puntable closed 4 years ago

GrahamCampbell commented 4 years ago

You need to use ^8.1 of this package for Laravel 7.

puntable commented 4 years ago

Yes i see now, but would be nice if latest version had backward compatibility with one Laravel major release (i.e. Laravel 7).

GrahamCampbell commented 4 years ago

That's not how @vinkla does things.

GrahamCampbell commented 4 years ago

Latest versions always require latest Laravel.

vinkla commented 4 years ago

I wonder if there ever will be a day when Composer solves this by itself.

Thanks for helping out Graham.