mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-14 05:26:08 +01:00
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"files": [ "src/Constants/VerificationTypes.php" ],
|
|
"psr-4": {
|
|
"SkillDisplay\\APIToolKit\\": "src/"
|
|
}
|
|
}
|
|
}
|