PHPToolKit/composer.json

23 lines
628 B
JSON
Raw Normal View History

2020-03-26 12:56:55 +01:00
{
2020-04-02 11:30:44 +02:00
"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"
}
],
2020-03-26 12:56:55 +01:00
"require": {
"guzzlehttp/guzzle": "^6.5",
"ext-json": "*"
},
"autoload": {
"files": [ "src/Constants/VerificationTypes.php" ],
"psr-4": {
"SkillDisplay\\PHPToolKit\\": "src/"
2020-03-26 12:56:55 +01:00
}
}
}