File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 "ext-openssl" : " *" ,
2424 "fig/http-message-util" : " ^1.1.5" ,
2525 "guzzlehttp/guzzle" : " ^7.5" ,
26- "beste/clock" : " ^2.3.1 " ,
26+ "beste/clock" : " ^3.0 " ,
2727 "lcobucci/jwt" : " ^4.2.1" ,
2828 "psr/cache" : " ^1.0|^2.0|^3.0"
2929 },
Original file line number Diff line number Diff line change 1212use Lcobucci \JWT \Configuration ;
1313use Lcobucci \JWT \Signer \Key \InMemory ;
1414use Lcobucci \JWT \Signer \Rsa \Sha256 ;
15- use StellaMaris \Clock \ClockInterface ;
15+ use Psr \Clock \ClockInterface ;
1616use Throwable ;
1717
1818/**
Original file line number Diff line number Diff line change 1212use Kreait \Firebase \JWT \Contract \Keys ;
1313use Kreait \Firebase \JWT \Error \FetchingGooglePublicKeysFailed ;
1414use Kreait \Firebase \JWT \Keys \ExpiringKeys ;
15- use StellaMaris \Clock \ClockInterface ;
15+ use Psr \Clock \ClockInterface ;
1616
1717use const JSON_THROW_ON_ERROR ;
1818
Original file line number Diff line number Diff line change 99use Kreait \Firebase \JWT \Contract \Keys ;
1010use Kreait \Firebase \JWT \Error \FetchingGooglePublicKeysFailed ;
1111use Psr \Cache \CacheItemPoolInterface ;
12- use StellaMaris \Clock \ClockInterface ;
12+ use Psr \Clock \ClockInterface ;
1313
1414/**
1515 * @internal
Original file line number Diff line number Diff line change 2828use Lcobucci \JWT \Validation \ConstraintViolation ;
2929use Lcobucci \JWT \Validation \RequiredConstraintsViolated ;
3030use Lcobucci \JWT \Validation \Validator ;
31- use StellaMaris \Clock \ClockInterface ;
31+ use Psr \Clock \ClockInterface ;
3232use Throwable ;
3333
3434use function assert ;
Original file line number Diff line number Diff line change 2828use Lcobucci \JWT \Validation \ConstraintViolation ;
2929use Lcobucci \JWT \Validation \RequiredConstraintsViolated ;
3030use Lcobucci \JWT \Validation \Validator ;
31- use StellaMaris \Clock \ClockInterface ;
31+ use Psr \Clock \ClockInterface ;
3232use Throwable ;
3333
3434use function assert ;
Original file line number Diff line number Diff line change 1111use Kreait \Firebase \JWT \Action \FetchGooglePublicKeys \WithGuzzle ;
1212use Kreait \Firebase \JWT \Contract \Expirable ;
1313use Kreait \Firebase \JWT \Contract \Keys ;
14- use StellaMaris \Clock \ClockInterface ;
14+ use Psr \Clock \ClockInterface ;
1515
1616final class GooglePublicKeys implements Keys
1717{
Original file line number Diff line number Diff line change 1212use Lcobucci \JWT \Signer \None ;
1313use Lcobucci \JWT \Signer \Rsa \Sha256 ;
1414use Lcobucci \JWT \Token \Builder ;
15- use StellaMaris \Clock \ClockInterface ;
15+ use Psr \Clock \ClockInterface ;
1616
1717final class Token
1818{
You can’t perform that action at this time.
0 commit comments