rinvex / laravel-support

Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
https://rinvex.com
MIT License
73 stars 70 forks source link

Allow vinkla/hashids 12 for Laravel 11 support #85

Closed beschoenen closed 2 months ago

beschoenen commented 5 months ago

Allows vinkla/hashids 11 & 12 for Laravel 10 & 11 support.

Fixes #83

codeclimate[bot] commented 5 months ago

Code Climate has analyzed commit c615fc01 and detected 0 issues on this pull request.

View more on Code Climate.

ozamorowski commented 4 months ago

Hello, is there any reason why this isn't merged yet? This package is the last holding me from upgrade to laravel 11...

beschoenen commented 4 months ago

@ozamorowski I'm using this in the project where I need rinvex/laravel-support right now as a workaround.

"vinkla/hashids": "12.0.0 as 11.0.0"
ozamorowski commented 4 months ago
"vinkla/hashids": "12.0.0 as 11.0.0"

@beschoenen That works. Thanks!

beschoenen commented 4 months ago

@Omranic Can you have a look?