diff --git a/README.md b/README.md index a85ee4d..1d8753d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Yii Rate Limiter Middleware


diff --git a/composer.json b/composer.json index a5eca15..c2e96fe 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,22 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/rate-limiter/issues?state=open", + "source": "https://github.com/yiisoft/rate-limiter", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", - "chat": "https://t.me/yii3en", - "source": "https://github.com/yiisoft/rate-limiter" + "chat": "https://t.me/yii3en" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/yiisoft" + }, + { + "type": "github", + "url": "https://github.com/sponsors/yiisoft" + } + ], "require": { "php": "^8.0", "psr/http-factory": "^1.0",