From 1810e7b03774403bdf49d21db9dbeac437bbbf6b Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 5 Jul 2020 15:42:13 +0200 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/composer.json b/composer.json index 62ef269..e49bb9f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,18 @@ { "name": "Keyoxide.org", "description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org", + "license": "MIT", + "authors": [ + { + "name": "Yarmo Mackenbach", + "email": "yarmo@yarmo.eu", + "homepage": "https://yarmo.eu", + "role": "Developer" + } + ], + "support": { + "email": "yarmo@keyoxide.org" + }, "require": { "altorouter/altorouter": "^2.0", "league/plates": "3.*"