Skip to content

Commit

Permalink
Update yiisoft/definitions requirement from ^2.0 to ^3.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik authored Nov 10, 2022
1 parent f9a5b92 commit 9a4a4c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 3.0.1 under development

- Enh #59: Raise minimum PHP version to `^8.0` (@xepozz, @vjik)
- Enh #62: Add support for `yiisoft/definitions` version `^3.0` (@vjik)

## 3.0.0 September 07, 2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"yiisoft/definitions": "^2.0",
"yiisoft/definitions": "^2.0|^3.0",
"yiisoft/friendly-exception": "^1.1",
"yiisoft/injector": "^1.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/MiddlewareFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Closure;
use Psr\Container\ContainerInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;
Expand Down

0 comments on commit 9a4a4c8

Please sign in to comment.