From 99781424896b8d03d17f0da2bd93fe17bd1a85a1 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Sat, 18 May 2024 11:33:09 -0300 Subject: [PATCH] Fix docs (#52) --- README.md | 2 +- composer.json | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdabe30..d6b77f1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Yii HTTP


diff --git a/composer.json b/composer.json index 4e8169e..4f8e7b2 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,22 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/http/issues?state=open", + "source": "https://github.com/yiisoft/http", "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/http" + "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", "yiisoft/strings": "^2.0"