Skip to content

Commit 8d09eea

Browse files
2 parents 66bfb77 + 8b7a552 commit 8d09eea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "moon/http-middleware",
2+
"name": "moon-php/http-middleware",
33
"require": {
44
"php": ">=7.1",
55
"psr/http-message": "^1.0",

0 commit comments

Comments
 (0)