From d66f5526c653971a097158c410d44a3facebc442 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Thu, 17 Jun 2021 20:06:45 +0200 Subject: [PATCH] Added support section for composer --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92605bbff..9fec01322 100755 --- a/composer.json +++ b/composer.json @@ -153,5 +153,11 @@ "optimize-autoloader": true }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "support": { + "issues": "https://github.com/bagisto/bagisto/issues", + "forum": "https://forums.bagisto.com", + "source": "https://github.com/bagisto/bagisto", + "docs": "https://devdocs.bagisto.com" + } }