vinkla / laravel-hashids

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

Add Laravel 7.x Support #152

Closed ratatatKE closed 3 years ago

ratatatKE commented 3 years ago

Current version of Hashids requires Illuminate/Support ^6.0 which is satisfiable by illuminate/support[v6.0.0, ..., 6.x-dev]. When trying to upgrade to Laravel 7.x, the framework will overwriteilluminate/support version 6 and therefore cannot coexist with it.

This causes problems for users who are trying to upgrade from Laravel 6.x to Laravel 7.x as captured in the below screenshot.

Bildschirmfoto 2021-09-14 um 21 36 10

vinkla commented 3 years ago

Both Laravel 7 and 8 support is available. You'll need to install the correct version of this library. See the releases tab and compare versions.

ratatatKE commented 3 years ago

Please link us to the correct version of hashids. Under vinkla/hashids the releases tab only has up to version 4.1.0.

This is pretty confusing as am looking for a version 7 and above that supports laravel 7 in accordance with the error I shared in the earlier screenshot.

Bildschirmfoto 2021-09-15 um 19 35 23

vinkla commented 3 years ago

https://github.com/vinkla/laravel-hashids/compare/7.0.0...8.0.0