From 2386b6c8613feae5252379d325cdd41930ef2bc7 Mon Sep 17 00:00:00 2001 From: Ivan Dudarev Date: Thu, 30 Apr 2020 12:38:07 +0700 Subject: [PATCH 1/2] Add the support in composer.json --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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": "*", From 760135f5b42da9f96225c9d188338d9ac44a5b13 Mon Sep 17 00:00:00 2001 From: Ivan Dudarev Date: Thu, 30 Apr 2020 22:39:37 +0700 Subject: [PATCH 2/2] Alphabet order for support section --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a7f08ea09..7a5d3ebb7 100644 --- a/composer.json +++ b/composer.json @@ -34,12 +34,12 @@ ], "support": { "docs": "https://www.slimframework.com/docs/v4/", + "forum": "https://discourse.slimframework.com/", + "irc": "irc://irc.freenode.net:6667/slimphp", "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", + "source": "https://github.com/slimphp/Slim", "wiki": "https://github.com/slimphp/Slim/wiki" }, "require": {