File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ipunkt/laravel-oauth-introspection" ,
33 "description" : " OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)" ,
4- "version" : " 2.0" ,
4+ "version" : " 2.0.1 " ,
55 "keywords" : [
66 " laravel" ,
77 " passport" ,
2020 "php" : " >=7.0" ,
2121 "guzzlehttp/guzzle" : " >=7.0" ,
2222 "ipunkt/laravel-package-manager" : " ^2.0" ,
23+ "laminas/laminas-diactoros" : " ^2.4" ,
2324 "laravel/passport" : " >=8.0"
2425 },
2526 "autoload" : {
Original file line number Diff line number Diff line change 1515use League \OAuth2 \Server \ResourceServer ;
1616use Psr \Http \Message \ResponseInterface ;
1717use Psr \Http \Message \ServerRequestInterface ;
18- use Zend \Diactoros \Response as Psr7Response ;
18+ use Laminas \Diactoros \Response as Psr7Response ;
1919
2020class IntrospectionController
2121{
You can’t perform that action at this time.
0 commit comments