From 09166194b86d011116763692d0c2c8319c863993 Mon Sep 17 00:00:00 2001
From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com>
Date: Wed, 22 May 2024 10:25:07 -0300
Subject: [PATCH] Fix docs (#150)
---
README.md | 4 ++--
composer.json | 14 ++++++++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index fb900d4..c34df96 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
Yii Router FastRoute Adapter
@@ -22,7 +22,7 @@ The package provides FastRoute adapter for [Yii Router](https://github.com/yiiso
## Installation
-The package could be installed with composer:
+The package could be installed with [Composer](https://getcomposer.org):
```shell
composer require yiisoft/router-fastroute
diff --git a/composer.json b/composer.json
index 993ab37..b2402ad 100644
--- a/composer.json
+++ b/composer.json
@@ -10,12 +10,22 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/router-fastroute/issues?state=open",
+ "source": "https://github.com/yiisoft/router-fastroute",
"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/router-fastroute"
+ "chat": "https://t.me/yii3en"
},
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/yiisoft"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/yiisoft"
+ }
+ ],
"require": {
"php": "^8.0",
"nikic/fast-route": "^1.3",