Skip to content

2.1.0

Choose a tag to compare

@riskihajar riskihajar released this 21 Feb 11:09
· 12 commits to 2.x since this release

Breaking Changes

  • Minimum PHP version is now ^8.1 (dropped PHP 7.4 and 8.0)
  • Minimum Laravel version is now 10.x (dropped Laravel 8 and 9)

Changes

  • Replaced spatie/laravel-package-tools with native Illuminate\Support\ServiceProvider
  • Updated phpunit.xml.dist to PHPUnit 10+ schema

Fixes

  • Fixed number overflow check for PHP 8.5 compatibility (float-to-int cast)

Upgrade Guide

Update your composer.json:

composer require riskihajar/terbilang:^2.1

If you're on PHP 7.4/8.0 or Laravel 8/9, stay on 2.0.x:

composer require riskihajar/terbilang:^2.0

Full Changelog: 2.0.10...2.1.0