Skip to content

Commit bc0aca3

Browse files
authored
Remove Guzzle dependency (#1327)
1 parent fcb7654 commit bc0aca3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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",

tests/Unit/AuthorizationControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Laravel\Passport\Tests\Unit;
44

5-
use GuzzleHttp\Psr7\Response;
65
use Illuminate\Contracts\Routing\ResponseFactory;
76
use Illuminate\Http\Request;
87
use Laravel\Passport\Bridge\Scope;
@@ -17,6 +16,7 @@
1716
use League\OAuth2\Server\Exception\OAuthServerException as LeagueException;
1817
use League\OAuth2\Server\RequestTypes\AuthorizationRequest;
1918
use Mockery as m;
19+
use Nyholm\Psr7\Response;
2020
use PHPUnit\Framework\TestCase;
2121
use Psr\Http\Message\ResponseInterface;
2222
use Psr\Http\Message\ServerRequestInterface;

0 commit comments

Comments
 (0)