From a934364e2ec8e2d31cb4dc7558355c1cd7a5c2b0 Mon Sep 17 00:00:00 2001 From: screenbeard Date: Sun, 5 Jul 2020 01:27:22 +0930 Subject: [PATCH] Update composer.json to add name and description --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index a6ffeec..62ef269 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,6 @@ { + "name": "Keyoxide.org", + "description": "FOSS solution for making basic cryptography operations accessible to regular humans https://keyoxide.org", "require": { "altorouter/altorouter": "^2.0", "league/plates": "3.*"