v3.1.1
[3.1.1] - 2026-07-30
Chore
- Fix static analysis under
phpstan/phpstan2.2 andlarastan/larastan3.10, which changed howCommand::handle()return types are inferred. No runtime changes; identical to 3.1.0 for consumers. - Run the PHPStan workflow on
composer.jsonchanges so dependency-driven breakages are caught.
What's Changed
- fix: resolve PHPStan failure under phpstan 2.2 / larastan 3.10 by @jaspertey in #113
Full Changelog: v3.1.0...v3.1.1