From f54b5604d1b2e222372507e877c15e1d0ed48c50 Mon Sep 17 00:00:00 2001
From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com>
Date: Sat, 11 May 2024 06:34:40 -0300
Subject: [PATCH] Fix docs
---
README.md | 2 +-
composer.json | 14 ++++++++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
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": "*",