ElfSundae / laravel-hashid

Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
MIT License
407 stars 36 forks source link

Drop support for PHP 5.x, update hashids dependency to 3.x #16

Closed vpratfr closed 5 years ago

vpratfr commented 5 years ago

Considering that PHP 7.x is required since quite some time in Laravel, I think it is safe and sane to drop 5.x support.

This would allow to move on with some other dependencies such as hashids 3.x which requires PHP 7.x

ElfSundae commented 5 years ago

Thanks, it has been done in https://github.com/ElfSundae/laravel-hashid/pull/18