tbc-openai/composer.json
2024-03-01 03:52:57 +03:00

39 lines
890 B
JSON

{
"name": "webmasterskaya/tbc-openai",
"type": "library",
"description": "Telegram bot command for working with OpenAI API",
"keywords": [
"telegram",
"bot",
"php",
"php telegram bot",
"openai",
"chatgpt",
"telegram openai",
"telegram chatgpt"
],
"license": "MIT",
"homepage": "https://git.webmasterskaya.xyz/tbc/tbc-openai",
"support": {
"issues": "https://git.webmasterskaya.xyz/tbc/tbc-openai/issues",
"source": "https://git.webmasterskaya.xyz/tbc/tbc-openai"
},
"authors": [
{
"name": "Artem Vasilev aka kernusr",
"email": "kern.usr@gmail.com",
"homepage": "https://webmasterskaya.xyz/",
"role": "Developer"
}
],
"require": {
"php": "^7.3|^8.0",
"longman/telegram-bot": "^0.82.0"
},
"autoload": {
"psr-4": {
"Webmasterskaya\\TelegramBotCommands\\": "src/"
}
}
}