From b51d63633f178f57a961f8cc2acb663383170c04 Mon Sep 17 00:00:00 2001 From: Ro Date: Mon, 10 May 2021 15:41:35 -0700 Subject: [PATCH] expanded composer json --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/composer.json b/composer.json index 3c7cf3b..4a76845 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,19 @@ { + "name":"fipamo", + "descriptions":"The most chill no database blog framework ever.", + "version":"2.1.0-beta", + "homepage":"https://fipamo.blog", + "authors": [ + { + "name": "Are0h", + "homepage": "https://roiskinda.cool" + } + ], + "support": { + "source": "https://code.playvicio.us/Are0h/Fipamo", + "wiki": "https://code.playvicio.us/Are0h/Fipamo/wiki/_pages", + "issues":"https://code.playvicio.us/Are0h/Fipamo/issues" + }, "require": { "slim/slim": "4.*", "slim/psr7": "^1.2",