Skip to content

4.0.0

Latest

Choose a tag to compare

@jeromegamez jeromegamez released this 23 Aug 21:08
Immutable release. Only release title and notes can be modified.
4.0.0
0754922
  • Dropped support for PHP <8.3.
  • Removed the deprecated Beste\Clock interface. Clock implementations now implement Psr\Clock\ClockInterface directly.
  • WrappingClock will throw an InvalidArgumentException if the given object doesn't behave like a PSR-20 clock and will throw an UnexpectedValueException if a later call does not return DateTimeImmutable.