Compatibility
Supported versions
| PHP | Laravel | Status |
|---|---|---|
| 8.3, 8.4, 8.5 | 13.x | Supported |
Versioning
This package follows Semantic Versioning. Breaking changes are reserved for major releases.
Notes for contributors
composer test # Pest
composer analyse # PHPStan (level max)
composer lint # Pint (check only)
composer check # lint + analyse + test
All three must pass before a change is merged.