Release v1.1.4
Release 1.1.4
Changelog
Added
Psr\Clock\ClockInterfaceinjected intoAuditableEntityListener(REQ-DI-001); timestamps use the clock instead ofnew DateTimeImmutable()/new DateTime().- Runtime dependency
psr/clock(^1.0);symfony/clockin require-dev for tests. - REQ-SF-005:
SYMFONY_DEPRECATIONS_HELPER=max[direct]=0inphpunit.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