Skip to content

Commit

Permalink
Remove Guzzle dependency (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Coder264 authored Aug 20, 2020
1 parent fcb7654 commit bc0aca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/AuthorizationControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit bc0aca3

Please sign in to comment.