Skip to content

v0.4.1 — Require PHP >= 8.3

Choose a tag to compare

@mbolli mbolli released this 31 Aug 18:42
· 4 commits to master since this release

Backfilled release note. Originally tagged 2026-06-22; the publish date above is when
this GitHub release entry was created.

Changed

  • Minimum PHP raised to 8.3. The codebase already relied on typed class constants (an 8.3
    feature), so composer.json's previous >=8.1 was inaccurate; it now declares >=8.3.
    Tests run against PHP 8.3, 8.4, and 8.5 in CI.

Full changelog: CHANGELOG.md · v0.4.0...v0.4.1