Switch back to stella-maris/clock

This reverts commit a5e62affe0.
This commit is contained in:
Jérôme Gamez
2022-11-25 19:22:56 +01:00
parent 2ba952cc73
commit 6ee3f318f8
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Beste\Clock\Tests;
use Beste\Clock\FrozenClock;
use DateTimeImmutable;
use PHPUnit\Framework\TestCase;
use Psr\Clock\ClockInterface;
use StellaMaris\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 Psr\Clock\ClockInterface;
use StellaMaris\Clock\ClockInterface;
/**
* @internal