27 lines
632 B
JSON
27 lines
632 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|