From ce573ff57dd014de48907ddadb5e218c5fde39b6 Mon Sep 17 00:00:00 2001 From: Klaas Eikelboom Date: Thu, 1 Apr 2021 20:36:55 +0200 Subject: [PATCH] Add description, license and home page --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f59ec02..3ff9a90 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,8 @@ { "name": "civimrf/cmrf_abstract_core", + "description": "Abstract implementation for the the CMRF Core. Should be included into the concrete module implementation", + "homepage": "https://github.com/CiviMRF/CMRF_Abstract_Core", + "license": "AGPL-3.0", "autoload": { "psr-0" : { "CMRF" : ""