Skip to content

Commit 2084519

Browse files
authored
Fix docs (#57)
1 parent 54e6f0b commit 2084519

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
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 Network Utilities</h1>
66
<br>
@@ -99,4 +99,3 @@ Maintained by [Yii Software](https://www.yiiframework.com/).
9999
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
100100
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
101101
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)
102-

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,22 @@
1212
"license": "BSD-3-Clause",
1313
"support": {
1414
"issues": "https://github.com/yiisoft/network-utilities/issues?state=open",
15+
"source": "https://github.com/yiisoft/network-utilities",
1516
"forum": "https://www.yiiframework.com/forum/",
1617
"wiki": "https://www.yiiframework.com/wiki/",
1718
"irc": "ircs://irc.libera.chat:6697/yii",
18-
"chat": "https://t.me/yii3en",
19-
"source": "https://github.com/yiisoft/network-utilities"
19+
"chat": "https://t.me/yii3en"
2020
},
21+
"funding": [
22+
{
23+
"type": "opencollective",
24+
"url": "https://opencollective.com/yiisoft"
25+
},
26+
{
27+
"type": "github",
28+
"url": "https://github.com/sponsors/yiisoft"
29+
}
30+
],
2131
"require": {
2232
"php": "^7.4|^8.0"
2333
},

0 commit comments

Comments
 (0)