Replace stella-maris/clock with psr/clock

This commit is contained in:
Jérôme Gamez
2022-11-26 19:01:32 +01:00
parent cf2cc16e66
commit ebd491dc6e
9 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Beste\Clock\Tests;
use Beste\Clock\FrozenClock;
use DateTimeImmutable;
use PHPUnit\Framework\TestCase;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
/**
* @internal
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Beste\Clock\Tests;
use Beste\Clock\MinuteClock;
use DateTimeImmutable;
use PHPUnit\Framework\TestCase;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
/**
* @internal