Skip to content

Releases: bhutanio/bencode

v2.0.3

Choose a tag to compare

@abixalmon abixalmon released this 28 Dec 08:36

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 use SORT_STRING for consistent sorting across PHP versions
  • PHP 8.4: Added explicit nullable types to avoid deprecation warnings
  • Tests: Removed deprecated @expectedException annotations

Laravel 6 with php >= 7.1

Choose a tag to compare

@abixalmon abixalmon released this 25 Oct 17:14
v1.1.0

missing new line

Initial Release

Choose a tag to compare

@abixalmon abixalmon released this 22 Nov 16:33

This release is compatible with @rchouinard/bencode