PHP Key Util v2.0.0
10 months ago by Robert Brodie
This is a major release that drops support for PHP 8.0 and adds support for PHP 8.3.
What's Changed
- GitHub Actions will run tests on
push
andpull_request
instead of just push - Added composer.lock to the repo
- Upgraded PHPUnit to version 10
- Migrated PHPUnit configuration
- Updated tests to use
declare(strict_types=1);
and added
Full Changelog: https://github.com/bitpay/bitpay-php-keyutils/compare/1.1.2...2.0.0