Skip to content

Release v1.1.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:41
· 46 commits to main since this release

Release 1.1.4

Changelog

Added

  • Psr\Clock\ClockInterface injected into AuditableEntityListener (REQ-DI-001); timestamps use the clock instead of new DateTimeImmutable() / new DateTime().
  • Runtime dependency psr/clock (^1.0); symfony/clock in require-dev for tests.
  • REQ-SF-005: SYMFONY_DEPRECATIONS_HELPER=max[direct]=0 in phpunit.xml.dist.
  • REQ-SEC-004: AI security audit grade Pass (good) / risk Low recorded in docs/SECURITY.md.

Changed

  • Timestamp creation is clock-driven (same “now” semantics under the default Symfony clock; tests can freeze time via MockClock).
  • Dev tooling lockfile: friendsofphp/php-cs-fixer → v3.95.17, phpstan/phpstan → 2.2.6, rector/rector → 2.5.8.

What's Changed

  • chore(deps): bump rector/rector from 2.5.7 to 2.5.8 by @dependabot[bot] in #4
  • chore(deps): bump phpstan/phpstan from 2.2.5 to 2.2.6 in the phpstan group by @dependabot[bot] in #2
  • chore(deps): bump friendsofphp/php-cs-fixer from 3.95.15 to 3.95.17 by @dependabot[bot] in #3

Full Changelog: v1.1.3...v1.1.4