Hello,
I'm evaluating this for a simple TOTP implementation, and in looking at the composer dependencies, this requires php7.3 and also your php-random-data class, which itself uses mcrypt and hence is incompatible with php7.2 and above, where mcrypt was removed. Is that simply an error in the composer dependency, and this might actually work with php7.1 or lower?
Thanks...
Hello,
I'm evaluating this for a simple TOTP implementation, and in looking at the composer dependencies, this requires php7.3 and also your php-random-data class, which itself uses mcrypt and hence is incompatible with php7.2 and above, where mcrypt was removed. Is that simply an error in the composer dependency, and this might actually work with php7.1 or lower?
Thanks...