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

1 year ago
  1. {
  2. "name": "telegram-bot/example-bot",
  3. "type": "project",
  4. "description": "PHP Telegram Bot Example",
  5. "keywords": ["telegram", "bot", "example"],
  6. "license": "MIT",
  7. "homepage": "https://github.com/php-telegram-bot/example-bot",
  8. "support": {
  9. "issues": "https://github.com/php-telegram-bot/example-bot/issues",
  10. "source": "https://github.com/php-telegram-bot/example-bot"
  11. },
  12. "authors": [
  13. {
  14. "name": "PHP Telegram Bot Team",
  15. "homepage": "https://github.com/php-telegram-bot/example-bot/graphs/contributors",
  16. "role": "Developer"
  17. }
  18. ],
  19. "require": {
  20. "longman/telegram-bot": "*"
  21. },
  22. "require-dev": {
  23. "php-parallel-lint/php-parallel-lint": "^1.2",
  24. "squizlabs/php_codesniffer": "^3.5"
  25. },
  26. "scripts": {
  27. "check-code": [
  28. "\"vendor/bin/phpcs\""
  29. ]
  30. }
  31. }