mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-12 20:56:10 +01:00
[FIX] Add missing composer.json info
This commit is contained in:
parent
91b0f0d8f9
commit
0af8ef3db4
1 changed files with 10 additions and 0 deletions
|
@ -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": "*"
|
||||
|
|
Loading…
Reference in a new issue