What's Changed
- Laravel 13.x Compatibility by @ito-ito-ito-ito in #47
- Remove redundant laravel/framework constraint by @ito-ito-ito-ito in #48
- Migrate test suite to Pest 4 and fix CI matrix by @el-schneider in #49
Breaking Changes
- Minimum PHP version raised to 8.3 (was 8.2)
- Dropped Statamic 4 support
- Dropped Laravel 10 support
New Features
- Added Laravel 13 support
Maintenance
- Migrated test suite from PHPUnit to Pest 4
- Removed redundant
laravel/frameworkconstraint (transitive viastatamic/cms) - Fixed CI matrix: actually uses
matrix.statamic, removed brokenprefer-lowestjobs - Updated checkout action to v4
Compatibility
- PHP: 8.3, 8.4
- Laravel: 11, 12, 13
- Statamic: 5, 6
Full Changelog: v3.2.0...v4.0.0