File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "micro/kernel-boot-plugin-depended" : " ^1" ,
14- "micro/plugin-http-boot" : " ^1" ,
15- "micro/plugin-http-exceptions" : " ^1" ,
16- "micro/plugin-http-exceptions-dev" : " ^1" ,
17- "micro/plugin-http-logger" : " ^1.0" ,
18- "micro/plugin-http-router-code" : " ^1"
13+ "micro/kernel-boot-plugin-depended" : " ^1.6" ,
14+ "micro/plugin-http-boot" : " ^1.6" ,
15+ "micro/plugin-http-exceptions" : " ^1.6" ,
16+ "micro/plugin-http-exceptions-dev" : " ^1.6" ,
17+ "micro/plugin-http-logger" : " ^1.6" ,
18+ "micro/plugin-http-middleware" : " ^1.6" ,
19+ "micro/plugin-http-router-code" : " ^1.6"
1920 },
2021 "require-dev" : {
2122 "ergebnis/composer-normalize" : " ^2.29" ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ public function getDependedPlugins(): iterable
2929 HttpExceptionResponseDevPlugin::class,
3030 HttpBootPlugin::class,
3131 HttpRouterCodePlugin::class,
32+ HttpMiddlewarePlugin::class,
3233 ];
3334 }
3435}
Original file line number Diff line number Diff line change 1818use Micro \Plugin \Http \HttpExceptionResponseDevPlugin ;
1919use Micro \Plugin \Http \HttpExceptionResponsePlugin ;
2020use Micro \Plugin \Http \HttpLoggerPlugin ;
21+ use Micro \Plugin \Http \HttpMiddlewarePlugin ;
2122use Micro \Plugin \Http \HttpPackPlugin ;
2223use Micro \Plugin \Http \HttpRouterCodePlugin ;
2324use PHPUnit \Framework \TestCase ;
@@ -37,6 +38,7 @@ public function testDependedPlugins()
3738 HttpExceptionResponseDevPlugin::class,
3839 HttpBootPlugin::class,
3940 HttpRouterCodePlugin::class,
41+ HttpMiddlewarePlugin::class,
4042 ], $ pluginsDepended );
4143 }
4244}
You can’t perform that action at this time.
0 commit comments