products_reminder/composer.json

27 lines
632 B
JSON
Raw Permalink Normal View History

2024-10-31 20:48:15 +07:00
{
"name": "victorian/products_reminder",
"description": "Chat-robot Telegram that creates a shopping list of products every day",
"type": "chat-robot",
"license": "WTFPL",
"authors": [
{
"name": "Victor Grachev"
}
],
"minimum-stability": "stable",
"require": {
"badfarm/zanzara": "^0.9.1",
"nyholm/psr7": "^1.8"
},
"autoload": {
"psr-4": {
"victorian\\products\\reminder\\": "victorian/products/reminder/system/"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}