downloadRenameBot/composer.json

22 lines
504 B
JSON
Raw Permalink Normal View History

2024-02-13 22:09:49 +01:00
{
"name": "danog/download-rename-bot",
"description": "2gb+ Telegram file/YouTube upload&renamer bot based on MadelineProto",
"type": "project",
"require": {
"danog/madelineproto": "^8"
},
"minimum-stability": "beta",
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
2024-04-24 17:04:49 +02:00
],
"config": {
"allow-plugins": {
"symfony/thanks": true
}
}
2024-02-13 22:09:49 +01:00
}