Closed ratatatKE closed 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.
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.
Current version of Hashids requires
Illuminate/Support ^6.0
which is satisfiable byilluminate/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.