Skip to content

Commit

Permalink
Use chadicus/psr-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Sep 29, 2016
1 parent 9b6e397 commit 79d4bc7
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 26 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
"php": "~5.6 || ~7.0",
"bshaffer/oauth2-server-php": "~1.8",
"slim/slim": "~3.0",
"chadicus/slim-oauth2-http": "~3.0"
"chadicus/slim-oauth2-http": "~3.0",
"chadicus/psr-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand Down
49 changes: 47 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Authorization.php
Expand Up @@ -4,6 +4,7 @@
use ArrayAccess;
use Chadicus\Slim\OAuth2\Http\RequestBridge;
use Chadicus\Slim\OAuth2\Http\ResponseBridge;
use Chadicus\Psr\Middleware\MiddlewareInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Message\ResponseInterface;
use OAuth2;
Expand Down
23 changes: 0 additions & 23 deletions src/MiddlewareInterface.php

This file was deleted.

0 comments on commit 79d4bc7

Please sign in to comment.