allerta-vvf/server/bots/telegram/composer.json

20 lines
447 B
JSON
Raw Normal View History

2020-07-12 10:57:02 +02:00
{
"name": "matteo/allerta-vvf_telegram-bot",
"description": "Telegram Bot for matteo/allerta-vvf",
"type": "project",
"require": {
"longman/telegram-bot": "0.74.0"
2020-07-12 10:57:02 +02:00
},
"require-dev": {
"monolog/monolog": "2.3.1"
2020-07-12 10:57:02 +02:00
},
"license": "GPL3.0",
"authors": [
{
"name": "Matteo Gheza",
"email": "matteo.gheza07@gmail.com"
}
],
"minimum-stability": "stable"
}