mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16865] Update IRC + discord links in composer and documentation
Update the links from Freenode to Libera.chat, add discord as option to chat in composer.json, and remove references to wiki.phpbb.com (And replace it with links to the development documentation) PHPBB3-16865
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
"support": {
|
||||
"issues": "https://tracker.phpbb.com",
|
||||
"forum": "https://www.phpbb.com/community/",
|
||||
"wiki": "https://wiki.phpbb.com",
|
||||
"irc": "irc://irc.freenode.org/phpbb"
|
||||
"docs": "https://www.phpbb.com/support/docs/",
|
||||
"irc": "irc://irc.libera.chat/phpbb",
|
||||
"chat": "https://www.phpbb.com/support/chat/"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [""]
|
||||
|
Reference in New Issue
Block a user