vinkla / hashids

A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.26k stars 417 forks source link

Test on both highest and lowest dependency version #173

Closed abenerd closed 2 years ago

vinkla commented 2 years ago

Not sure what you're doing since you haven't included any information at all.

abenerd commented 2 years ago

Ah, sorry. This change installs the lowest possible versions of all dependencies and the highest possible versions. Not all users are going to have the latest version installed and this way we can be sure that everything works fine for older dependency versions.

vinkla commented 2 years ago

I see that this could benefit a small number of users but I really want to encourage users of this package to run the latest versions of PHP. Thanks for the suggestion Abenet.