File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ A very simple HTTP Middleware implementation
55[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/?branch=master )
66[ ![ Build Status] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/moon-php/http-middleware/build-status/master )
77
8+ ** Accpeted as [ awesome psr-15 middleware] ( https://github.com/middlewares/awesome-psr15-middlewares#packages ) package**
9+
810## Documentation
911
1012- Delegate
@@ -37,4 +39,4 @@ The MiddlewareInterface implementor will be directly implemented by the userland
3739
3840__ namespace Moon\HttpMiddleware\Exception\InvalidArgumentException__
3941
40- If an object passed into the array is not a MiddlewareInterface implementor and ** InvalidArgumentException** will be thrown.
42+ If an object passed into the array is not a MiddlewareInterface implementor and ** InvalidArgumentException** will be thrown.
Original file line number Diff line number Diff line change 11{
2- "name" : " moon/http-middleware" ,
2+ "name" : " moon-php /http-middleware" ,
33 "require" : {
44 "php" : " >=7.1" ,
55 "psr/http-message" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments