diff --git a/composer.json b/composer.json index a341551f8..a7f08ea09 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,16 @@ "homepage": "http://gabrielmanricks.com" } ], + "support": { + "docs": "https://www.slimframework.com/docs/v4/", + "issues": "https://github.com/slimphp/Slim/issues", + "source": "https://github.com/slimphp/Slim", + "rss": "https://www.slimframework.com/blog/feed.rss", + "slack": "https://slimphp.slack.com/", + "forum": "https://discourse.slimframework.com/", + "irc": "irc://irc.freenode.net:6667/slimphp", + "wiki": "https://github.com/slimphp/Slim/wiki" + }, "require": { "php": "^7.2", "ext-json": "*",