From fecbe74c091a36df0f0d2ddabb699d31b59c75bd Mon Sep 17 00:00:00 2001
From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com>
Date: Sun, 19 May 2024 08:21:59 -0300
Subject: [PATCH] Fix docs
---
README.md | 8 +++-----
composer.json | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 9c37c0a..b46ff78 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Yii Input HTTP
@@ -75,15 +75,13 @@ Basic steps:
- Mark DTO properties with [hydrator attributes](docs/guide/en/hydrator-attributes.md) provided by this package.
- Add DTO class name as type hint to a class method argument where you want to it to be resolved.
-For other available options, see the [guide](docs/guide/en).
-
## Documentation
- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md).
- [Internals](docs/internals.md)
-If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place
-for that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
+If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
+You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
diff --git a/composer.json b/composer.json
index 8987abc..91ab3ec 100644
--- a/composer.json
+++ b/composer.json
@@ -15,11 +15,11 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/input-http/issues?state=open",
+ "source": "https://github.com/yiisoft/input-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/input-http"
+ "chat": "https://t.me/yii3en"
},
"funding": [
{