Version 5.1.0
·
70 commits
to master
since this release
- Dropped PHP 8.0 support, increased minimum PHP version to 8.1.
- This is due to the significant performance difference between ext/sodium
and sodium_compat, and the functions we use in 5.x aren't available until
PHP 8.1. See #178.
- This is due to the significant performance difference between ext/sodium
- The 5.0.x branch will continue to function on PHP 8.0 but performance is
not guaranteed.