From 0af8ef3db46bbc0faba8cf6bf89f18afa716c299 Mon Sep 17 00:00:00 2001 From: Florian Weiss Date: Thu, 2 Apr 2020 11:30:44 +0200 Subject: [PATCH] [FIX] Add missing composer.json info --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index e1837ef..bb1280b 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,14 @@ { + "name": "skilldisplay/phptoolkit", + "description": "The SkillDisplay PHPToolKit includes predefined classes and methods for using the API and rendering verification related elements (like buttons)", + "type": "library", + "license": "GPL", + "authors": [ + { + "name": "Florian Weiss", + "email": "github@weissheiten.at" + } + ], "require": { "guzzlehttp/guzzle": "^6.5", "ext-json": "*"