diff --git a/composer.json b/composer.json index 738a77f17..892a867cf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "php": "^7.2", "ext-json": "*", "firebase/php-jwt": "^5.0", - "guzzlehttp/guzzle": "^6.0|^7.0", "illuminate/auth": "^6.18.31|^7.22.4", "illuminate/console": "^6.18.31|^7.22.4", "illuminate/container": "^6.18.31|^7.22.4", diff --git a/tests/Unit/AuthorizationControllerTest.php b/tests/Unit/AuthorizationControllerTest.php index 333bb1101..4fd7c6a42 100644 --- a/tests/Unit/AuthorizationControllerTest.php +++ b/tests/Unit/AuthorizationControllerTest.php @@ -2,7 +2,6 @@ namespace Laravel\Passport\Tests\Unit; -use GuzzleHttp\Psr7\Response; use Illuminate\Contracts\Routing\ResponseFactory; use Illuminate\Http\Request; use Laravel\Passport\Bridge\Scope; @@ -17,6 +16,7 @@ use League\OAuth2\Server\Exception\OAuthServerException as LeagueException; use League\OAuth2\Server\RequestTypes\AuthorizationRequest; use Mockery as m; +use Nyholm\Psr7\Response; use PHPUnit\Framework\TestCase; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface;