From ad2747a7b083904ce38c5c8ecc4ad597d2b05f5d Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 3 Dec 2023 19:00:21 +0100 Subject: [PATCH] update composer.json --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f63bfc7a..f2ec616e 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,9 @@ "homepage": "https://cakephp.org", "support": { "issues": "https://github.com/cakephp/authentication/issues", - "forum": "https://stackoverflow.com/tags/cakephp", - "irc": "irc://irc.freenode.org/cakephp", + "forum": "https://discourse.cakephp.org/", "source": "https://github.com/cakephp/authentication", - "docs": "https://book.cakephp.org/authentication/2/en/" + "docs": "https://book.cakephp.org/authentication/3/en/" }, "require": { "cakephp/http": "^5.0",