Switch to the now released psr/clock-interface

This commit is contained in:
Jérôme Gamez
2022-11-25 18:08:55 +01:00
parent 5acec1192d
commit a5e62affe0
7 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Beste\Clock;
use Beste\Clock;
use DateTimeImmutable;
use DateTimeZone;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
final class FrozenClock implements Clock
{