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" : {
2020-09-24 16:54:45 +02:00
"ext-json" : "*" ,
2020-09-21 14:42:01 +02:00
"guzzlehttp/guzzle" : "^6.5" ,
"php" : "7.2.* || 7.3.* || 7.4.*"
2020-03-26 12:56:55 +01:00
} ,
"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
}
2020-09-10 10:13:52 +02:00
} ,
"autoload-dev" : {
"psr-4" : {
"SkillDisplay\\PHPToolKit\\Tests\\" : "tests/"
}
} ,
"require-dev" : {
"phpunit/phpunit" : "^9.3" ,
"phpspec/prophecy-phpunit" : "^2.0"
2020-03-26 12:56:55 +01:00
}
}