Skip to content

Commit

Permalink
Fix docs (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin authored May 20, 2024
1 parent f55ee6a commit b2bc28a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
</a>
<h1 align="center">Yii Rate Limiter Middleware</h1>
<br>
Expand Down
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b2bc28a

Please sign in to comment.