What's Changed
- test: add PHP 8.2 & 8.3 to CI by @jdecool in https://github.com/hidehalo/nanoid-php/pull/29
- Fix deprecation warnings thrown when used with PHP 8.4, drop support for PHP older than 7.1 by @acelaya in https://github.com/hidehalo/nanoid-php/pull/32
New Contributors
- @jdecool made their first contribution in https://github.com/hidehalo/nanoid-php/pull/29
- @acelaya mad...