From efa708588a120388a1c66cb0434d9e1f7b06b71d Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Wed, 22 May 2024 10:06:05 -0300 Subject: [PATCH 1/2] Fix docs --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb900d4..08624df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Yii Router FastRoute Adapter


diff --git a/composer.json b/composer.json index 993ab37..415fab9 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ "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" }, "require": { "php": "^8.0", 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 2/2] 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",