Files
foodsi-bot/composer.json
2024-11-10 17:52:38 +01:00

20 lines
484 B
JSON

{
"name": "kplaczek/foodsi-bot",
"description": "Foodsi bot. Integrating with homeassistant to provide push notifications and entity status.",
"require": {
"vlucas/phpdotenv": "^5.6",
"guzzlehttp/guzzle": "^7.9"
},
"autoload": {
"psr-4": {
"Kplaczek\\FoodsiBot\\": "src/"
}
},
"authors": [
{
"name": "Krzysztof Płaczek",
"email": "krzysztofplaczek@techtube.pl"
}
]
}