From 0429a10426bef1925c670c515d792205825649df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 17 Jan 2016 09:25:17 +0100 Subject: [PATCH] Improve composer meta information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add link to documentation - Mark non feature branches Signed-off-by: Michal Čihař --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2014b25bfc..2de9a8621d 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,11 @@ "support": { "forum": "https://www.phpmyadmin.net/support/", "issues": "https://github.com/phpmyadmin/phpmyadmin/issues", - "wiki": "http://wiki.phpmyadmin.net/", + "wiki": "https://wiki.phpmyadmin.net/", + "docs": "https://docs.phpmyadmin.net/", "source": "https://github.com/phpmyadmin/phpmyadmin" }, + "non-feature-branches": ["RELEASE_.*"], "require": { "php": ">=5.5.0" },