Skip to content

Commit

Permalink
Zend\Diactoros is abandoned. Migrate to Laminas\Diactoros
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellard committed Oct 30, 2020
1 parent 1511d58 commit 3462a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ipunkt/laravel-oauth-introspection",
"description": "OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)",
"version": "2.0",
"version": "2.0.1",
"keywords": [
"laravel",
"passport",
Expand All @@ -20,6 +20,7 @@
"php": ">=7.0",
"guzzlehttp/guzzle": ">=7.0",
"ipunkt/laravel-package-manager": "^2.0",
"laminas/laminas-diactoros": "^2.4",
"laravel/passport": ">=8.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/IntrospectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use League\OAuth2\Server\ResourceServer;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Zend\Diactoros\Response as Psr7Response;
use Laminas\Diactoros\Response as Psr7Response;

class IntrospectionController
{
Expand Down

0 comments on commit 3462a6c

Please sign in to comment.