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