hitagi-entrada/composer.json

21 lines
396 B
JSON

{
"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"
}
}