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
@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Beste;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;
interface Clock extends ClockInterface
{