From ceeed2e926abcb929345e27461ed5c683bf5e3af Mon Sep 17 00:00:00 2001
From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com>
Date: Thu, 23 May 2024 06:01:41 -0300
Subject: [PATCH] Fix docs
---
README.md | 6 +++---
composer.json | 19 ++++++++++++++++---
2 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 1d9636b..e6d5838 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Yii Cycle ORM support
@@ -22,7 +22,7 @@ Read more in the [official documentation](https://cycle-orm.dev/docs/readme/2.x)
## Documentation
-- Guide: [English](docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md), [Русский](docs/guide/ru/README.md), [Spanish](docs/guide/es/README.md)
+- Guide: [English](docs/guide/en/README.md), [Español](docs/guide/es/README.md), [Português - Brasil](docs/guide/pt-BR/README.md), [Русский](docs/guide/ru/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.
@@ -30,7 +30,7 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
## License
-The Yii Cycle ORM support is free software. It is released under the terms of the BSD License.
+The Yii Cycle ORM is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
diff --git a/composer.json b/composer.json
index 4985541..eb4aa9c 100644
--- a/composer.json
+++ b/composer.json
@@ -12,11 +12,22 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii-cycle/issues?state=open",
+ "source": "https://github.com/yiisoft/yii-cycle",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
- "source": "https://github.com/yiisoft/yii-cycle"
+ "chat": "https://t.me/yii3en"
},
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/yiisoft"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/yiisoft"
+ }
+ ],
"require": {
"php": "^8.1",
"cycle/annotated": "^3.5",
@@ -39,7 +50,7 @@
"yiisoft/friendly-exception": "^1.1",
"yiisoft/injector": "^1.1",
"symfony/console": "^6.4",
- "symfony/finder":"^5.4"
+ "symfony/finder": "^5.4"
},
"require-dev": {
"ext-uopz": "*",
@@ -67,7 +78,9 @@
"psr-4": {
"Yiisoft\\Yii\\Cycle\\Tests\\": "tests"
},
- "files": ["tests/bootstrap.php"]
+ "files": [
+ "tests/bootstrap.php"
+ ]
},
"extra": {
"branch-alias": {