Skip to content

Commit ae3b205

Browse files
committed
Updated to psr/http-server-middleware
1 parent f83a726 commit ae3b205

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"require": {
2020
"php": "^7.0",
21-
"middlewares/utils": "~0.13",
22-
"http-interop/http-server-middleware": "^1.0"
21+
"middlewares/utils": "^1.0",
22+
"psr/http-server-middleware": "^1.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^6.0",

src/TrailingSlash.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
namespace Middlewares;
55

6-
use Interop\Http\Server\MiddlewareInterface;
7-
use Interop\Http\Server\RequestHandlerInterface;
6+
use Psr\Http\Server\MiddlewareInterface;
7+
use Psr\Http\Server\RequestHandlerInterface;
88
use Psr\Http\Message\ResponseInterface;
99
use Psr\Http\Message\ServerRequestInterface;
1010

0 commit comments

Comments
 (0)