File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipunkt/laravel-oauth-introspection" ,
3
3
"description" : " OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)" ,
4
- "version" : " 2.0" ,
4
+ "version" : " 2.0.1 " ,
5
5
"keywords" : [
6
6
" laravel" ,
7
7
" passport" ,
20
20
"php" : " >=7.0" ,
21
21
"guzzlehttp/guzzle" : " >=7.0" ,
22
22
"ipunkt/laravel-package-manager" : " ^2.0" ,
23
+ "laminas/laminas-diactoros" : " ^2.4" ,
23
24
"laravel/passport" : " >=8.0"
24
25
},
25
26
"autoload" : {
Original file line number Diff line number Diff line change 15
15
use League \OAuth2 \Server \ResourceServer ;
16
16
use Psr \Http \Message \ResponseInterface ;
17
17
use Psr \Http \Message \ServerRequestInterface ;
18
- use Zend \Diactoros \Response as Psr7Response ;
18
+ use Laminas \Diactoros \Response as Psr7Response ;
19
19
20
20
class IntrospectionController
21
21
{
You can’t perform that action at this time.
0 commit comments