[FIX] Add missing composer.json info

This commit is contained in:
Florian Weiss 2020-04-02 11:30:44 +02:00
parent 91b0f0d8f9
commit 0af8ef3db4

View file

@ -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": "*"