Skip to content

v2.0.3

Latest

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