From 64a01038841b3bdfdd16db5ea12591302dc46194 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Tue, 13 Sep 2022 13:07:06 +0330 Subject: [PATCH 1/2] chore: add support links --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index 62e0fa6be..c418d27de 100644 --- a/composer.json +++ b/composer.json @@ -79,5 +79,13 @@ "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit", "style": "@cs-fix", "test": "phpunit" + }, + "support": { + "forum": "https://forum.codeigniter.com", + "chat": "https://github.com/codeigniter4/shield/discussions", + "slack": "https://codeigniterchat.slack.com", + "source": "https://github.com/codeigniter4/shield", + "issues": "https://github.com/codeigniter4/shield/issues", + "docs": "https://github.com/codeigniter4/shield/blob/develop/docs/index.md" } } From 22d36707fed0ea47d951af34311a541fd4f0f49f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Wed, 14 Sep 2022 16:21:03 +0330 Subject: [PATCH 2/2] fix: set github discussions of forum link --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c418d27de..16a299ee5 100644 --- a/composer.json +++ b/composer.json @@ -81,8 +81,7 @@ "test": "phpunit" }, "support": { - "forum": "https://forum.codeigniter.com", - "chat": "https://github.com/codeigniter4/shield/discussions", + "forum": "https://github.com/codeigniter4/shield/discussions", "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/codeigniter4/shield", "issues": "https://github.com/codeigniter4/shield/issues",