2.1.0
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-toolswith nativeIlluminate\Support\ServiceProvider - Updated
phpunit.xml.distto 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.1If you're on PHP 7.4/8.0 or Laravel 8/9, stay on 2.0.x:
composer require riskihajar/terbilang:^2.0Full Changelog: 2.0.10...2.1.0