Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed Jul 11, 2017
2 parents 66bfb77 + 8b7a552 commit 8d09eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A very simple HTTP Middleware implementation
[![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)
[![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)

**Accpeted as [awesome psr-15 middleware](https://github.com/middlewares/awesome-psr15-middlewares#packages) package**

## Documentation

- Delegate
Expand Down Expand Up @@ -37,4 +39,4 @@ The MiddlewareInterface implementor will be directly implemented by the userland

__namespace Moon\HttpMiddleware\Exception\InvalidArgumentException__

If an object passed into the array is not a MiddlewareInterface implementor and **InvalidArgumentException** will be thrown.
If an object passed into the array is not a MiddlewareInterface implementor and **InvalidArgumentException** will be thrown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "moon/http-middleware",
"name": "moon-php/http-middleware",
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
Expand Down

0 comments on commit 8d09eea

Please sign in to comment.