What's New
CI/CD Improvements
- Fixed GitHub Actions workflow for Laravel 10/11/12 compatibility
- Fixed PHPStan static analysis configuration
- Added proper version constraints for Larastan (^2.0|^3.0)
Static Analysis
- Configured PHPStan level 4 with Laravel-specific ignore rules
- Added support for both PHPStan 1.10 and 2.0
- Fixed false positives for Laravel pagination and routing
Dependencies
phpstan/phpstan: ^1.10|^2.0larastan/larastan: ^2.0|^3.0
Test Matrix
| PHP | Laravel 10 | Laravel 11 | Laravel 12 |
|---|---|---|---|
| 8.1 | ✅ | - | - |
| 8.2 | ✅ | ✅ | ✅ |
| 8.3 | ✅ | ✅ | ✅ |
Full Changelog: https://github.com/stackmasteraliza/laravel-api-response/compare/v4.0.0...v4.7.0