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",