Releases: OzanKurt/laravel-modules-interactions
Releases · OzanKurt/laravel-modules-interactions
Release list
v2.0.0
Laravel 13 / PHP 8.4 / Pest 5 release.
BREAKING: drops Laravel 12 and PHP 8.3.
Requirements
- PHP
^8.4 illuminate/*^13.0ozankurt/laravel-modules-core^2.0spatie/laravel-package-tools^1.93
Filament support is unchanged: ^3.0 || ^4.0 || ^5.0, all three majors verified against Laravel 13 in CI.
Changed
- Test suite moves to Pest 5 and Testbench 11. CI runs PHP 8.4 + Laravel 13 against Filament 3, 4 and 5.
- Counter deltas now use the query builder's
increment()/decrement()rather than an interpolatedDB::raw('count + (n)')expression. Laravel 13 narrowedConnection::raw()tofloat|int|literal-string; the new form also keeps the delta out of the SQL string. Behaviour and generated SQL are unchanged.
Upgrading
Bump your constraint to ^2.0 and make sure the app is on Laravel 13 and PHP 8.4. No application-facing API changed — this is a platform-requirements major.