Skip to content

v0.6.1

Choose a tag to compare

@harris21 harris21 released this 24 Jun 17:29
· 7 commits to main since this release

What's Changed

  • PHPStan static analysis added via larastan (level 7) with a dedicated GitHub Actions workflow.
  • Resolved all reported static-analysis issues with type-level changes only — PHPDoc array shapes, an int cast on recovery_at, and string casts on config-derived service keys. No runtime behavior changed (full test suite green).
  • Added testbench.yaml so analysis boots FuseServiceProvider, allowing larastan to resolve console-command argument types and the fuse:: view namespace.
  • Added larastan/larastan ^3.0 to require-dev.
  • CI: bumped actions/checkout to v5 and added PHP 8.5 to the test matrix (with fail-fast: false).

Full Changelog: v0.6.0...v0.6.1