You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
914 B

{
"name": "telegram-bot/example-bot",
"type": "project",
"description": "PHP Telegram Bot Example",
"keywords": ["telegram", "bot", "example"],
"license": "MIT",
"homepage": "https://github.com/php-telegram-bot/example-bot",
"support": {
"issues": "https://github.com/php-telegram-bot/example-bot/issues",
"source": "https://github.com/php-telegram-bot/example-bot"
},
"authors": [
{
"name": "PHP Telegram Bot Team",
"homepage": "https://github.com/php-telegram-bot/example-bot/graphs/contributors",
"role": "Developer"
}
],
"require": {
"longman/telegram-bot": "*"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
"check-code": [
"\"vendor/bin/phpcs\""
]
}
}