diff --git a/README.md b/README.md index d1e794b..bf7a825 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +If an object passed into the array is not a MiddlewareInterface implementor and **InvalidArgumentException** will be thrown. diff --git a/composer.json b/composer.json index 718b413..5beb2a8 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "moon/http-middleware", + "name": "moon-php/http-middleware", "require": { "php": ">=7.1", "psr/http-message": "^1.0",