File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1717 "php" : " ^7.2" ,
1818 "ext-json" : " *" ,
1919 "firebase/php-jwt" : " ^5.0" ,
20- "guzzlehttp/guzzle" : " ^6.0|^7.0" ,
2120 "illuminate/auth" : " ^6.18.31|^7.22.4" ,
2221 "illuminate/console" : " ^6.18.31|^7.22.4" ,
2322 "illuminate/container" : " ^6.18.31|^7.22.4" ,
Original file line number Diff line number Diff line change 22
33namespace Laravel \Passport \Tests \Unit ;
44
5- use GuzzleHttp \Psr7 \Response ;
65use Illuminate \Contracts \Routing \ResponseFactory ;
76use Illuminate \Http \Request ;
87use Laravel \Passport \Bridge \Scope ;
1716use League \OAuth2 \Server \Exception \OAuthServerException as LeagueException ;
1817use League \OAuth2 \Server \RequestTypes \AuthorizationRequest ;
1918use Mockery as m ;
19+ use Nyholm \Psr7 \Response ;
2020use PHPUnit \Framework \TestCase ;
2121use Psr \Http \Message \ResponseInterface ;
2222use Psr \Http \Message \ServerRequestInterface ;
You can’t perform that action at this time.
0 commit comments