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" ,
2020-04-02 11:33:43 +02:00
"license" : "GPL-2.0-or-later" ,
2020-04-02 11:30:44 +02:00
"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" : {
2020-03-26 17:54:35 +01:00
"SkillDisplay\\PHPToolKit\\" : "src/"
2020-03-26 12:56:55 +01:00
}
}
}