Skip to content

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 16:31
· 96 commits to main since this release

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 — use static fn () => null for beforeSend instead of static fn (): null => null (standalone null as a return type requires PHP 8.2+).

Added

  • Repository tooling: Cursor rules (.cursor/rules/*.mdc), .cursorignore; Dependabot; GitHub workflows stale.yml, pr-lint.yml; .github/FUNDING.yml, copilot-instructions.md.
  • Demos: Optional DNS-related settings in docker-compose.yml files to improve resolution in some Docker/WSL setups.

Changed

  • Dependencies: composer.lock updated (root and demo apps).
  • Documentation: README.md and docs/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