hitagi-entrada/composer.json

14 lines
244 B
JSON
Raw Normal View History

2024-12-12 18:39:48 +00:00
{
"name": "hit/ami",
"autoload": {
"psr-4": {
"Hit\\Ami\\": "src/"
}
},
"require": {
"swoole/ide-helper": "~5.0.0",
"vlucas/phpdotenv": "^5.6",
"firebase/php-jwt": "^6.10",
"guzzlehttp/guzzle": "^7.8"
}
}