Skip to content

Commit

Permalink
Update with PSR-17 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
atanvarno69 committed May 19, 2020
1 parent 54534b4 commit 3614110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": "^7.0",
"psr/http-server-middleware": "^1.0.0",
"http-interop/http-factory": "^0.3.0"
"psr/http-server-middleware": "^1.0.1",
"psr/http-factory": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion src/FinalHandler.php
Expand Up @@ -17,7 +17,7 @@
use Psr\Http\Server\RequestHandlerInterface as Handler;

/** PSR-17 use block. */
use Interop\Http\Factory\ResponseFactoryInterface as ResponseFactory;
use Psr\Http\Message\ResponseFactoryInterface as ResponseFactory;

/**
* Atanvarno\Middleware\Dispatch\FinalHandler
Expand Down

0 comments on commit 3614110

Please sign in to comment.