kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 60 forks source link

chore: update hashids/hashids #87

Closed jaulz closed 1 year ago

jaulz commented 3 years ago

hashids/hashids's version is fairly old. Can we upgrade it?

kirkbushell commented 3 years ago

@jaulz is there a reason outside of "it's old" to need to upgrade? Are there known security vulnerabilities?

jaulz commented 3 years ago

@kirkbushell thanks for your quick response! There are no security vulnerabilities but hashids/hashids 1.0.6 requires a php version ^5.3.3 || ^7.0 and thus I cannot use 8.0. Sorry, I could have mention that before 😊

jaulz commented 3 years ago

@kirkbushell any chance to include this soon? 😊

fetzi commented 1 year ago

Outdated PR, already included in current master branch.