ChristianRiesen / base32

Base32 Encoder/Decoder according to RFC 4648
MIT License
131 stars 29 forks source link

Drop support for ancient PHP versions #17

Closed reedy closed 3 years ago

reedy commented 3 years ago

https://www.php.net/supported-versions.php

I think it's probably time to drop support for < 7.0, and maybe go upto 7.2.

It's also probably worth dropping support for HHVM too, as that's diverged into its own thing - https://hhvm.com/blog/2017/09/18/the-future-of-hhvm.html

reedy commented 3 years ago

https://github.com/reedy/base32/tree/bumpversions is starting to do that...

ChristianRiesen commented 3 years ago

Support is limited to 7.2 in #23 HHVM is gone too, all is switched to github actions now.