hitagi-entrada/composer.json

21 lines
396 B
JSON
Raw Normal View History

2024-12-12 18:39:48 +00:00
{
2024-12-14 01:14:11 +00:00
"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"
2024-12-12 18:39:48 +00:00
}
2024-12-14 01:14:11 +00:00
}