Skip to content

Commit

Permalink
Updated composer.json (#197)
Browse files Browse the repository at this point in the history
* Updated composer.json

* Fix demo
  • Loading branch information
s1lver committed Apr 19, 2024
1 parent dea2fae commit 18df703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"yiisoft/files": "^2.0",
"yiisoft/http": "^1.2",
"yiisoft/hydrator": "^1.0",
"yiisoft/hydrator-validator": "^1.0",
"yiisoft/hydrator-validator": "^2.0",
"yiisoft/injector": "^1.1",
"yiisoft/input-http": "dev-master",
"yiisoft/input-http": "^1.0",
"yiisoft/log": "^2.0",
"yiisoft/log-target-file": "^3.0",
"yiisoft/middleware-dispatcher": "^5.2",
Expand Down
2 changes: 0 additions & 2 deletions config/web/di/middleware-dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Yiisoft\Definitions\Reference;
use Yiisoft\Input\Http\HydratorAttributeParametersResolver;
use Yiisoft\Input\Http\Request\Catcher\RequestCatcherParametersResolver;
use Yiisoft\Input\Http\RequestInputParametersResolver;
use Yiisoft\Middleware\Dispatcher\CompositeParametersResolver;
use Yiisoft\Middleware\Dispatcher\ParametersResolverInterface;
Expand All @@ -17,7 +16,6 @@
ParametersResolverInterface::class => [
'class' => CompositeParametersResolver::class,
'__construct()' => [
Reference::to(RequestCatcherParametersResolver::class),
Reference::to(HydratorAttributeParametersResolver::class),
Reference::to(RequestInputParametersResolver::class),
],
Expand Down

0 comments on commit 18df703

Please sign in to comment.