Skip to content

v1.1.0

Choose a tag to compare

@iRaziul iRaziul released this 23 Mar 08:47
· 10 commits to main since this release

What's Changed

  • Added Laravel 13 support to the package constraints
  • Updated the test stack to support the Laravel 13 ecosystem
  • Expanded the CI matrix to cover Laravel 10, 11, 12, and 13
  • Corrected README badges and package metadata references
  • Fixed GitHub Actions test execution by removing the Pest --ci flag that caused the coverage driver warning

Compatibility

  • Laravel 10.x, 11.x, 12.x, and 13.x
  • PHP 8.2, 8.3, and 8.4

Verification

  • Composer dependency resolution updated for Laravel 13 support
  • Test suite passes locally