diff --git a/README.md b/README.md
index 148ed36..5a472f8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Yii CSRF Protection Library
diff --git a/composer.json b/composer.json
index b264d64..bbfe03e 100644
--- a/composer.json
+++ b/composer.json
@@ -15,12 +15,22 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/csrf/issues?state=open",
+ "source": "https://github.com/yiisoft/csrf",
"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/csrf"
+ "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",
"ext-hash": "*",