Drop support for PHP <8.1

This commit is contained in:
Jérôme Gamez
2022-11-05 00:03:47 +01:00
parent 201ed087ca
commit 317ed729ce
3 changed files with 13 additions and 11 deletions
+3
View File
@@ -1,5 +1,8 @@
# CHANGELOG
## Unreleased
This release drops support for PHP <8.1.
## 2.1.0 - 2022-04-22
Adds the `WrappingClock` which allows using an object with a `now()` method returning a `DateTimeImmutable` object
as a "real" clock.