Releases: bhutanio/bencode
Releases · bhutanio/bencode
v2.0.3
What's Changed
Laravel 11 & PHP 8.2+ Support
This release adds full compatibility with Laravel 11 and PHP 8.2+ while maintaining backward compatibility with PHP 7.4.
Changes
- PHP: Now requires
^7.4 || ^8.0(supports PHP 7.4 through 8.4) - Laravel: Supports Laravel 5.x through 11.x
- PHPUnit: Updated to
^9.5 || ^10.0 - CI: Migrated from Travis CI to GitHub Actions
- Bug Fix: Fixed
getChar()bounds check in Decoder - Bug Fix: Fixed
ksort()to useSORT_STRINGfor consistent sorting across PHP versions - PHP 8.4: Added explicit nullable types to avoid deprecation warnings
- Tests: Removed deprecated
@expectedExceptionannotations
Laravel 6 with php >= 7.1
v1.1.0 missing new line
Initial Release
This release is compatible with @rchouinard/bencode