diff --git a/README.md b/README.md
index e780700..c4dfee0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Yii Cookies
diff --git a/composer.json b/composer.json
index 9c9c3fe..8c179c8 100644
--- a/composer.json
+++ b/composer.json
@@ -11,12 +11,22 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/cookies/issues?state=open",
+ "source": "https://github.com/yiisoft/cookies",
"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/cookies"
+ "chat": "https://t.me/yii3en"
},
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/yiisoft"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/yiisoft"
+ }
+ ],
"require": {
"php": "^7.4|^8.0",
"psr/http-message": "^1.0|^2.0",