Release v1.3.1
Release v1.3.1
CI matrix fix (PHP 8.1 + Symfony 7), PHP 8.1 listener fix, tooling and lockfiles.
See docs/CHANGELOG.md.
Changelog
Fixed
- CI: Exclude PHP 8.1 + Symfony 7.0 from the test matrix (Symfony 7.x requires PHP >= 8.2; Composer cannot resolve that pair).
- PHP 8.1:
IgnoreAccessDeniedSentryListener— usestatic fn () => nullforbeforeSendinstead ofstatic fn (): null => null(standalonenullas a return type requires PHP 8.2+).
Added
- Repository tooling: Cursor rules (
.cursor/rules/*.mdc),.cursorignore; Dependabot; GitHub workflowsstale.yml,pr-lint.yml;.github/FUNDING.yml,copilot-instructions.md. - Demos: Optional DNS-related settings in
docker-compose.ymlfiles to improve resolution in some Docker/WSL setups.
Changed
- Dependencies:
composer.lockupdated (root and demo apps). - Documentation:
README.mdanddocs/STANDARDS_COMPLIANCE.md— CI matrix wording (PHP 8.1 with Symfony 6.4 only; Symfony 7 from PHP 8.2+).
Full Changelog: v1.3.0...v1.3.1