Initial commit with I think working app.
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user