File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 "yiisoft/log-target-file" : " ^2.0" ,
5454 "yiisoft/request-body-parser" : " ^1.1" ,
5555 "yiisoft/request-model" : " ^1.0@dev" ,
56- "yiisoft/router" : " ^1.0 " ,
56+ "yiisoft/router" : " ^1.2 " ,
5757 "yiisoft/router-fastroute" : " ^1.0" ,
5858 "yiisoft/security" : " ^1.0" ,
5959 "yiisoft/user" : " ^1.0" ,
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- use Yiisoft \Middleware \Dispatcher \MiddlewareFactoryInterface ;
6- use Yiisoft \RequestModel \MiddlewareFactory ;
5+ use Yiisoft \Middleware \Dispatcher \WrapperFactoryInterface ;
6+ use Yiisoft \RequestModel \WrapperFactory ;
77
88/**
99 * @var array $params
1010 */
1111
1212return [
13- MiddlewareFactoryInterface ::class => MiddlewareFactory ::class,
13+ WrapperFactoryInterface ::class => WrapperFactory ::class,
1414];
You can’t perform that action at this time.
0 commit comments