|
{
|
|
"name": "hitlabs/hitagi",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hitlabs\\Hitagi\\": "classes/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "HIT"
|
|
}
|
|
],
|
|
"require": {
|
|
"swoole/ide-helper": "~5.0.0",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"firebase/php-jwt": "^6.10",
|
|
"guzzlehttp/guzzle": "^7.9"
|
|
}
|
|
}
|