mtvs / eloquent-hashids

On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)
292 stars 21 forks source link

Laravel 7 support #9

Closed ggolda closed 4 years ago

ggolda commented 4 years ago

Please, add laravel 7 support. Currently when installing library, composer throws this error:

mtvs/eloquent-hashids v1.1.0 requires illuminate/database ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0

Looks like it should be easy to update since no major Eloquent changes in Laravel 7.

mtvs commented 4 years ago

v2.0.0 is now released to support L7.