Skip to content

Commit

Permalink
Merge pull request #651 from p4veI/pk-replace-interface
Browse files Browse the repository at this point in the history
Replace stella-maris/clock with psr/clock
  • Loading branch information
lcobucci committed Dec 19, 2022
2 parents c7aadcd + ef31bc0 commit 8133d6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"stella-maris/clock": "^0.1.7"
"psr/clock": "^1.0"
},
"require-dev": {
"infection/infection": "^0.26",
Expand Down
49 changes: 1 addition & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Clock.php
Expand Up @@ -4,7 +4,7 @@
namespace Lcobucci\Clock;

use DateTimeImmutable;
use StellaMaris\Clock\ClockInterface;
use Psr\Clock\ClockInterface;

interface Clock extends ClockInterface
{
Expand Down

0 comments on commit 8133d6c

Please sign in to comment.