Skip to content

Commit 3dd4aef

Browse files
luizcmarinvjik
andauthored
Fix docs (#88)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent c9aac1b commit 3dd4aef

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/yiisoft" target="_blank">
3-
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
3+
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
44
</a>
55
<h1 align="center">Yii Auth</h1>
66
<br>

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,22 @@
1010
"license": "BSD-3-Clause",
1111
"support": {
1212
"issues": "https://github.com/yiisoft/auth/issues?state=open",
13+
"source": "https://github.com/yiisoft/auth",
1314
"forum": "https://www.yiiframework.com/forum/",
1415
"wiki": "https://www.yiiframework.com/wiki/",
1516
"irc": "ircs://irc.libera.chat:6697/yii",
16-
"chat": "https://t.me/yii3en",
17-
"source": "https://github.com/yiisoft/auth"
17+
"chat": "https://t.me/yii3en"
1818
},
19+
"funding": [
20+
{
21+
"type": "opencollective",
22+
"url": "https://opencollective.com/yiisoft"
23+
},
24+
{
25+
"type": "github",
26+
"url": "https://github.com/sponsors/yiisoft"
27+
}
28+
],
1929
"require": {
2030
"php": "^8.0",
2131
"psr/http-factory": "^1.0",

0 commit comments

Comments
 (0)