From 25f1577d39774f01ac13c92f0d604eb27d8522c5 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Wed, 22 May 2024 10:10:18 -0300 Subject: [PATCH] Fix docs --- README.md | 2 +- composer.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08624df..c34df96 100644 --- a/README.md +++ b/README.md @@ -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 415fab9..b2402ad 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,16 @@ "irc": "ircs://irc.libera.chat:6697/yii", "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",